在页面跳转或回退时会出现各种页面特效

页面转换特效
把如下代码加入<head>区域中
<meta HTTP-EQUIV="Page-Enter" CONTENT="revealtrans(duration=6.0, transition=23)">
<meta HTTP-EQUIV="Page-Exit" CONTENT="revealtrans(duration=6.0, transition=23)">

eg
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
 <HEAD>
  <TITLE> New Document </TITLE>
  <META NAME="Generator" CONTENT="EditPlus">
  <META NAME="Author" CONTENT="">
  <META NAME="Keywords" CONTENT="">
  <META NAME="Description" CONTENT="">
  <meta HTTP-EQUIV="Page-Enter" CONTENT="revealtrans(duration=6.0, transition=23)">
<meta HTTP-EQUIV="Page-Exit" CONTENT="revealtrans(duration=6.0, transition=23)">

 </HEAD>

 <BODY>
脚本说明:
把如下代码加入<body>区域中
<SCRIPT LANGUAGE="JavaScript">
p = new Array(14);
t = new Array(14);

p[0] = 'http://www.geocities.com/SunsetStrip/5928'
p[1] = 'http://www.geocities.com/Area51/Vault/1261/'
p[2] = 'http://idola.net.id'
p[3] = 'http://members.aol.com/BobYang/index.html'
p[4] = 'http://www.geocities.com/Hollywood/hills/6760'
p[5] = 'http://www.geocities.com/TimesSquare/3278/'
p[6] = 'http://slugfest.kaizen.net/'
p[7] = 'http://www.chorizon.com/'
p[8] = 'http://www.geocities.com/SouthBeach/2584/'
p[9] = 'http://www.en.com/users/battags/'
p[10] = 'http://hudson.idt.net/~lechat19'
p[11] = 'http://www.radiks.net/dgrundjr/'
p[12] = 'http://desktoppublishing.com/'
p[13] = 'http://www.quadzilla.com/'
p[14] = 'http://www.azstarnet.com/~garycr'

t[0] = "The Alien's Lair"
t[1] = "Alien's wacky world"
t[2] = 'Arch'
t[3] = 'Bob Senan Bob Senan Bob Senan Bob'
t[4] = 'Braveheart: The Legend Remains...'
t[5] = 'Caos Games'
t[6] = 'Celebrity Slugfest'
t[7] = 'Changing Horizons'
t[8] = "Coop's Place"
t[9] = "CYBERDEMON'S WEBPAGE"
t[10] = 'The Cyberspaceship'
t[11] = "Dave's Ultimate Hangout"
t[12] = 'desktopPublishing.com'
t[13] = "D.J. Quad's Ultimate HTML Site"
t[14] = 'The Electric Lighthouse'

index = Math.floor(Math.random() * p.length);document.write("<H4>");
document.write("<DL>/n");
document.write("这次的链接地址为:");
document.write("<BR><UL>");
document.write("<A HREF="+p[index]+">"+p[index]+"</A>");
document.write("</UL><P>");
document.write("这个站点的名称是:");
document.write("<BR><UL><FONT COLOR=RED>");
document.write(t[index]);
document.write("</DL>/n");
document.write("</h4>");</SCRIPT></FONT>
</UL></Ul>

</HTML>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值