« 在 godaddy 注册了 myipcn.com 等域名 回顾ipcn.org域名历史 | Main | 更新 Google Analytics js 代码 urchin.js 归并对多域名的支持 »
March 4, 2007
让所有链接都在新窗口打开的 HTML 代码
|
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。 http://windtear.net/archives/2007/03/04/001219.html http://windtear.net/archives/2007/03/04/001219.html 让所有链接都在新窗口打开的 HTML 代码 前几天同事建议 让点击blog等的链接在新开窗口打开 想想挺有道理 大环境下 国内的互联网用户已经习惯了新开窗口 看完关掉 针对个别链接以新窗口打开是在 <a href="" 里面增加 target 参数 如 target="_blank" 是新窗口打开 ( _self _parent _top frame名称等) 想改当前页面所有链接的话 只需要在 html head 头里面增加 <base target="_blank"> 这样点击所有默认链接都在新窗口打开 除非有独立的 target 设置 |
Posted by windtear at March 4, 2007 11:44 PM
Trackback Pings
TrackBack URL for this entry:
http://cgi.windtear.net/cgi-bin/wt-tb.cgi/1219
Comments
Post a comment
【我爱网络】
2007-12-31 23:51 2007年度 ipcn.org/ipchina.org 总结报告
2007-12-31 00:31 vmware gsx server service
2007-12-31 00:15 squid 对 404 302 缓存的相关问题
2007-12-30 14:24 升级到 MovableType 3.3x 并修改 entry_basename 兼容性
2007-12-30 13:52 [php] realip judge 前面补0的ip格式剔除
2007-12-14 16:34 rm -rf * 系统管理员要排查的定时炸弹
2007-12-13 19:03 山西的宽带运营商太过分了 私自窜改dns解析
2007-12-13 16:35 F5 MIB 再学习 唯一性标记用地址的小bug
2007-12-11 22:15 perl 用Spreadsheet::WriteExcel写了个处理/读写excel的小程序
2007-12-11 13:39 perl 变量转义的问题