![]() |
#2
yms1232012-03-19 19:29
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body>
<%
sub s_msgbox(str)
response.Write("<script language=vbscript>msgbox"&str&"</script>")
end sub
%>
<%
s_msgbox"你好!"
%>
</body>
</html>
