随笔分类 -  html

[转载]input button onclick 链接
摘要:转自http://www.cnblogs.com/CarreyWu/archive/2011/07/21/2112479.htmlinputButton按钮,跳转链接,方法:1.如果让本页转向新的页面则用:<input type=button onclick=”window.location.href(‘连接’)“>2.如果需要打开一个新的页面进行转向,则用:<input type=button onclick=”window.open(‘连接’)“><input type=button value=刷新 onclick=”window.location.relo 阅读全文
posted @ 2012-06-19 11:25 饭菜糖衣 阅读(278) 评论(0) 推荐(0)