页面转换特效.htm

来自「VBSCRIPT的源码,相信很多html程序员都会用到,这些源码小小变动一下,可」· HTM 代码 · 共 53 行

HTM
53
字号
<html>
<head>
<title>
   页面转换特效
</title>
<style type="text/css">
<!--
	body {  font-family: "宋体"; font-size: 9pt; margin-top: 0px; margin-left: 0px; margin-right: 0px}
	A { COLOR: black; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: none }
 	A:hover { COLOR: red; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: underline }
	a:active     { font: 9pt "宋体"; cursor: hand; color: #FF0033 }
-->
</style>
<meta HTTP-EQUIV="Page-Enter" CONTENT="revealtrans(duration=6.0, transition=23)">
<meta HTTP-EQUIV="Page-Exit" CONTENT="revealtrans(duration=6.0, transition=23)">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<SCRIPT LANGUAGE="VBScript">    
<!--

-->
</script>
</head>
<body bgcolor="#fef4d9"> 
<center>
    <font color=red face="隶书" size=6>
	页面转换特效
    </font>
</center>
<br>
<br><center>
<a id=historyN href="1.htm">
	<font size=6>前进</font>
</a>
<a id=historyO href="2.htm">
	<font size=6>后退</font>
</a>
<table border=5 bordercolor=blue borderlight=green>
    <tr>
     <td align=center><strong>
      <font size=5 color=red>
           页面转换时即可看到效果
      </font>
<font size=5 color=red face="Arial, Helvetica, sans-serif">!
</font>
</strong>
</td>
</tr>
</table>
</center>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?