为何我在asp程序内使用msgbox,程序出错说没有权限
发布时间:2008-07-10 05:53:00 阅读次数:
<% yourVar="测试对话框"%>
<% script language='javascript'>
alert("<%=yourvar%>")
</script>