<script language = "vbscript"
vbscript 客户端脚本
</script>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<[email=%@LANGUAGE=]%@LANGUAGE="VBSCRIPT[/email]" CODEPAGE="65001" %>
<% response.Write("服务器端代码执行") %>
<script language="vbscript">
choice = msgbox("点击 YES 或 NO", vbYesNo, "客户端对话框")
if choice = vbYes then
msgbox("你点击了'YES'按钮")
else
msgbox("你点击了'NO'按钮")
end if
</script>
</body>
</html>
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |