减小字体 增大字体
] 源码如下----------------------------------------------------------<html><script>function p(){document.pad.text.select();document.execCommand("copy")}function link(){ o=event.srcElementwhile(o.tagName != "A"){if(!o.parentElement) returno=o.parentElement}event.returnValue = falseif (checkboxNever.checked == true){open(o.href,'','')}else{location=o.href}}document.onclick=link;</script><head><meta http-equiv="Content-Language" content="zh-cn"><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta name="GENERATOR" content="Microsoft FrontPage 4.0"><meta name="ProgId" content="FrontPage.Editor.Document"><title>控制窗口打开的目标-www.51windows.Net</title><style><!--a, td, body{font-family: Verdana; font-size: 10pt }input, button,textarea { font-family: Verdana; font-size: 10pt; border: 1 solid #000000 } d {font-family: Verdana; font-size: 9pt }--></style></head><body> <p align="center"><a href="http://">看看效果</a></p><p align="center"><a href="http://" target="_blank">看看效果</a></p><p align="center"><input type="checkbox" title="在新窗口打开链接" id="checkboxNever" accessKey="V" value="ON">在新窗口打开链接(<u>v</u>)</p><p align="center"><span style="cursor:hand" onclick=open('http://www.51windows.com','','')>无忧视窗:http://www.51windows.com</p> </body></html>
[提示:你可先按照下面代码提示修改 上面部分代码,再按运行,此处看到的演示不完全正确]