iis时灵时不灵
江湖救急~~江湖救急啊~~~~我的iis时灵时不灵是怎么回事呢?
比如说我运行有这样代码程序
<script language=vbscript>
<!--
if t1="" then
response.write"错误!"
response.end
-->
</script>
它有时候会弹出"错误"有时候就没有的
请各位高手帮帮忙啊~~~~
哦
我刚刚接触这东西,只能用分步的代码了~~
还是谢谢你哦
<script language=vbscript event="onclick" for="B1">
<!--
dim frmtmp
set frmtmp=document.form1
if frmtmp.t1.value="" then
msgbox "错误!"
else
frmtmp.submit
end if
-->
</script>