hand in hand 伴奏:网页中想要加一个很简单的VBscript的语言……??

来源:百度文库 编辑:神马品牌网 时间:2024/05/04 15:06:02
就是要出个对话框,点确定的那种VBscript语言,我就是交作业用,呵呵~

<script language="vbscript">
<!--
sub button1_onclick
msgbox (" 你好 " )
end sub
-->
</script>

<script language=vbs>
<!--
alert ("你好")
-->
</script>

试试

msgBox("sdfsfsafd")

你在<% 后写入
MsgBox "内容"

还有就是要注意!文件头最好加上
<%@LANGUAGE="VBSCRIPT〉