主题:一个令人费解的问题
Sub submit_onclick(Src As Object, E As EventArgs)
response.Write("<script>alert('请将产品信息填写完整');history.go(-1)</script>")
server.Transfer("spcl.aspx")
End Sub
为什么运行后总是出现这样的错误提示
Public Sub New()
~~~~~~~~~~
E:\hy\database\shiyan.aspx(31) : error BC30648: String constants must end with a double quote.
response.Write("<script>alert('请将产品信息填写完整');history.go(-1)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
真是奇怪
response.Write("<script>alert('请将产品信息填写完整');history.go(-1)</script>")
server.Transfer("spcl.aspx")
End Sub
为什么运行后总是出现这样的错误提示
Public Sub New()
~~~~~~~~~~
E:\hy\database\shiyan.aspx(31) : error BC30648: String constants must end with a double quote.
response.Write("<script>alert('请将产品信息填写完整');history.go(-1)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
真是奇怪