java 和 jsp 中弹出对话框的方法

来源:互联网 发布:潘多拉 设置网络 编辑:程序博客网 时间:2024/05/16 01:55

java 和 jsp中弹出对话框的方法。

java中:

<script language="javascript" type="text/javascript">

function ale()

{alert("hello world"); }


jsp中:

<html><head><Script Language="JavaScript">alert("hello word!");</Script></head></html>

0 0
原创粉丝点击