加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

html按钮button怎么加超链接

(2012-06-14 13:19:10)
标签:

杂谈

分类: html·css·js

来自网络

html按钮button怎么加超链接

1.如果让本页转向新的页面则用:
<input type=button onclick="window.location.href('连接')">
ex:
<td><div align="center">     
        <input type="submit" name="Submit" value="输入完毕提交" onclick="window.location.href='DeptManager.html';">     
          </div>
   </td>
2.如果需要打开一个新的页面进行转向,则用:
<input type=button onclick="window.open('连接')">

 

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有