毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> WEB开发 >> 正文

单击检测按钮如何弹出窗口

更新时间:2012-8-24:  来源:毕业论文

<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<script language="vbscript">
function aaa()
a1=shenfenzheng1.value
if a1 = "" then
msgbox "不能为空。"
end if
end function
</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>
</title>
</head>
<body>
<form name="form1" method="post" action="">
  <input name="shenfenzheng1" type="text" id="shenfenzheng1">
  <input type="submit" name="Submit" value="检测" onClick="aaa()">
</form>
</body>
</html>

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 2</title>
</head>

<body>
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<script language="vbscript">
function aaa()
a1=document.getElementById("shenfenzheng1").value
if a1 = "" then
msgbox "不能为空。"
end if
end function
</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>
</title>
</head>
<body>
<form name="form1" method="post" action="">
  <input name="shenfenzheng1" type="text" id="shenfenzheng1">
  <input type="submit" name="Submit" value="检测" onClick="aaa()">
</form>
</body>
</html>

</body>

</html>

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。