首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

html旋钮button加超链接

2012-10-14 
html按钮button加超链接1.如果让本页转向新的页面则用:input typebutton onclickwindow.location.href

html按钮button加超链接

1.如果让本页转向新的页面则用:
<input type=button onclick="window.location.href('连接')">
2.如果需要打开一个新的页面进行转向,则用:
<input type=button onclick="window.open('连接')">

热点排行