***页面导航***页面内部导航
把下列代码加到网页的<body></body>标签之间 从google下载我的照片管理软件<a href="javascript:jumpto('http://www.163.com')">网易</a> |
<a href="javascript:jumpto('http://www.sohu.com')">搜狐</a> |
<a href="javascript:jumpto('http://www.the9.com')">第九城市</a> |
<a href="javascript:jumpto('http://www.sina.com.cn')">新浪网</a>
<script language="javascript">
<!--
//drop-down document viewer ii- ?dynamic drive (www.dynamicdrive.com)
//for full source code, 100's more dhtml scripts, and tos,
//visit http://www.dynamicdrive.com
//specify display mode (0 or 1)
//0 causes document to be displayed in an inline frame, while 1 in a new browser window
var displaymode=0
//if displaymode=0, configure inline frame attributes (ie: dimensions, intial document shown
var iframecode='<iframe id="external" style="width:95%;height:400px" src="http://www.jojoo.net"></iframe>'
//no need to edit below here//
if (displaymode==0)
document.write(iframecode)
function jumpto(inputurl){
if (document.getelementbyid&&displaymode==0)
document.getelementbyid("external").src=inputurl
else if (document.all&&displaymode==0)
document.all.external.src=inputurl
else{
if (!window.win2||win2.closed)
win2=window.open(inputurl)
//else if win2 already exists
else{
win2.location=inputurl
win2.focus()
}
}
}
//-->
</script>
--------------------------------------
http://www.huoyue.com.cn 活跃网,活跃人群的论坛,访问活跃网,将给您带来意想不到的收获,还可以免费为您开论坛,让您免费拥有与朋友、网友交流的论坛。你是年轻人吗?你活跃你就上!
页:
[1]