我想点击注册就跳转到注册的页面,请问怎么写代码?

<input type="submit" name="button" id="button" value="注册" Response.Redirect "注册.asp" />

楼主你好,点击注册跳转到注册页面,?我看你这句话好像是在实现注册功能呢,?如果是用按钮的话,可以利用Location.href跳转。如果不用按钮就是超链接了。希望能帮到你。
温馨提示:答案为网友推荐,仅供参考
第1个回答  2013-08-06
<input type="submit" name="button" id="button" value="注册" onclick="<script language=javascript>window.Location.href=''注册.asp'';</script>"/>
第2个回答  2013-08-06
用超链接啊,触发时间跳转的你想要的页面
第3个回答  2013-08-06
做个超级链接就行了。。