我在php中同时使用了vbscript 和javascript脚本 其中vbscript的内容为:
<script language=vbscript>
if msgbox("gsggsgs",4)=6 then
document.f1.action="find1.htm"
end if
</script> 提示说vbscript脚本有错误 看不出来什么错误啊
...全文
1123打赏收藏
php中能同时使用javascript 和 vbscript吗 谢谢各位
我在php中同时使用了vbscript 和javascript脚本 其中vbscript的内容为: if msgbox("gsggsgs",4)=6 then document.f1.action="find1.htm" end if 提示说vbscript脚本有错误 看不出来什么错误啊