把response.write "<script>alert('your input find err');location.href='javascript:history.back()';</script>"去掉。
使用MsgBox()代替。
MsgBox("your input find err")
Response.Redirect "上一页的文件名"

解决方案 »

  1.   

    还有在<head>和</head>之间写的函数,怎么会使<body></body>中的正侧表达试不能用了,运行时有正则表达试的地方全出错了
      

  2.   

    no people answer ????
    why?
    the question is …… 
    no
      

  3.   

    你把ASP和JS混淆了,先了解一下它们的区别,然后再进行编码.
    这样会更好些
      

  4.   

    你把外面的<script language="vbscript"></script>换成<%%>
    或者把里面的用server编码。
      

  5.   

    回复人: tigerwen01(小虎)(编程艺术化) ( ) 信誉:530  2005-12-20 11:15:55  得分: 0  
     
     
       
    把response.write "<script>alert('your input find err');location.href='javascript:history.back()';</script>"去掉。
    使用MsgBox()代替。
    MsgBox("your input find err")
    Response.Redirect "上一页的文件名"  
     
    说错了吧!
      

  6.   

    <script language="vbscript">----><script language="vbscript" runat="Server">除了这儿,肯定还有其他的错!先改成这样子吧!