js调用asp文件按钮的onclick事件问题
是这样的index.html里我用js调用<scriptlanguage="javascript"src="/include/a.asp"></script>a.asp里...
是这样的index.html里我用js调用
<script language="javascript" src="/include/a.asp"></script>
a.asp里我输出一个表单,其中有个按钮的onclick事件,但是现在运行index.html页面,提交按钮没问题,但是这个普通的按钮加了onclick事件,按也没反应。求大侠指点,代码如下:
Response.Write "document.write("" <input type='button' name='Submit2' value='注册' onclick='javascript:window.open ('/reg.html')'/> "");"
Response.Write "document.write("" <input type='button' name='Submit2' value='重新登录' onclick='javascript:window.location.href('/UserOut.html')'/> "");"
1楼大哥。不对啊。。 我想知道
Response.Write "document.write("" <input type='button' name='Submit2' value='注册' onclick='javascript:window.open ('/reg.html')'/> "");"
在这里的onclick事件应该怎么写。 你这个我试了。不好使啊。还是没反应
2楼哥们。 还是不行啊。。 郁闷哦。。 展开
<script language="javascript" src="/include/a.asp"></script>
a.asp里我输出一个表单,其中有个按钮的onclick事件,但是现在运行index.html页面,提交按钮没问题,但是这个普通的按钮加了onclick事件,按也没反应。求大侠指点,代码如下:
Response.Write "document.write("" <input type='button' name='Submit2' value='注册' onclick='javascript:window.open ('/reg.html')'/> "");"
Response.Write "document.write("" <input type='button' name='Submit2' value='重新登录' onclick='javascript:window.location.href('/UserOut.html')'/> "");"
1楼大哥。不对啊。。 我想知道
Response.Write "document.write("" <input type='button' name='Submit2' value='注册' onclick='javascript:window.open ('/reg.html')'/> "");"
在这里的onclick事件应该怎么写。 你这个我试了。不好使啊。还是没反应
2楼哥们。 还是不行啊。。 郁闷哦。。 展开
2个回答
展开全部
Response.Write "document.write("" <input type='button' name='Submit2' value='注册' onclick=\"javascript:window.open ('/reg.html')\"/> "");"
Response.Write "document.write("" <input type='button' name='Submit2' value='重新登录' onclick=\"javascript:window.location.href('/UserOut.html')\"/> "");"
你试试这个
Response.Write "document.write("" <input type='button' name='Submit2' value='重新登录' onclick=\"javascript:window.location.href('/UserOut.html')\"/> "");"
你试试这个
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询