📄 default.asp
字号:
<html>
<head>
<title>青浦旅游网</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript">
<!--
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_showHideLayers() { //v3.0
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
obj.visibility=v; }
}
function MM_timelinePlay(tmLnName, myID) { //v1.2
//Copyright 1997 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName];
if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
if (myID == tmLn.ID) { //if Im newest
setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
fNew = ++tmLn.curFrame;
for (i=0; i<tmLn.length; i++) {
sprite = tmLn[i];
if (sprite.charAt(0) == 's') {
if (sprite.obj) {
numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
keyFrm=1;
for (j=0; j<sprite.values.length; j++) {
props = sprite.values[j];
if (numKeyFr != props.length) {
if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
else sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
} else {
while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
else sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
} } } } }
} else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
if (fNew > tmLn.lastFrame) tmLn.ID = 0;
} }
}
function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
//Copyright 1997 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName];
if (numGotos != null)
if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
jmpFwd = (fNew > tmLn.curFrame);
for (i = 0; i < tmLn.length; i++) {
sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
if (sprite.charAt(0) == "s") {
numKeyFr = sprite.keyFrames.length;
firstKeyFr = sprite.keyFrames[0];
lastKeyFr = sprite.keyFrames[numKeyFr - 1];
if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
for (j=0; j<sprite.values.length; j++) {
props = sprite.values[j];
if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
if (sprite.obj != null) {
if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
else sprite.obj[props.prop2][props.prop] = props[propNum];
} }
} else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
}
tmLn.curFrame = fNew;
if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
}
function MM_initTimelines() { //v4.0
//MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
var ns = navigator.appName == "Netscape";
var ns4 = (ns && parseInt(navigator.appVersion) == 4);
var ns5 = (ns && parseInt(navigator.appVersion) > 4);
document.MM_Time = new Array(1);
document.MM_Time[0] = new Array(7);
document.MM_Time["Timeline1"] = document.MM_Time[0];
document.MM_Time[0].MM_Name = "Timeline1";
document.MM_Time[0].fps = 15;
document.MM_Time[0][0] = new String("sprite");
document.MM_Time[0][0].slot = 1;
if (ns4)
document.MM_Time[0][0].obj = document["Layer1"];
else if (ns5)
document.MM_Time[0][0].obj = document.getElementById("Layer1");
else
document.MM_Time[0][0].obj = document.all ? document.all["Layer1"] : null;
document.MM_Time[0][0].keyFrames = new Array(1, 15);
document.MM_Time[0][0].values = new Array(0);
document.MM_Time[0][1] = new String("sprite");
document.MM_Time[0][1].slot = 1;
if (ns4)
document.MM_Time[0][1].obj = document["Layer2"];
else if (ns5)
document.MM_Time[0][1].obj = document.getElementById("Layer2");
else
document.MM_Time[0][1].obj = document.all ? document.all["Layer2"] : null;
document.MM_Time[0][1].keyFrames = new Array(16, 30);
document.MM_Time[0][1].values = new Array(0);
document.MM_Time[0][2] = new String("sprite");
document.MM_Time[0][2].slot = 1;
if (ns4)
document.MM_Time[0][2].obj = document["Layer3"];
else if (ns5)
document.MM_Time[0][2].obj = document.getElementById("Layer3");
else
document.MM_Time[0][2].obj = document.all ? document.all["Layer3"] : null;
document.MM_Time[0][2].keyFrames = new Array(31, 45);
document.MM_Time[0][2].values = new Array(0);
document.MM_Time[0][3] = new String("behavior");
document.MM_Time[0][3].frame = 1;
document.MM_Time[0][3].value = "MM_showHideLayers('Layer1','','show','Layer3','','hide')";
document.MM_Time[0][4] = new String("behavior");
document.MM_Time[0][4].frame = 16;
document.MM_Time[0][4].value = "MM_showHideLayers('Layer1','','hide','Layer2','','show')";
document.MM_Time[0][5] = new String("behavior");
document.MM_Time[0][5].frame = 31;
document.MM_Time[0][5].value = "MM_showHideLayers('Layer3','','show','Layer2','','hide')";
document.MM_Time[0][6] = new String("behavior");
document.MM_Time[0][6].frame = 46;
document.MM_Time[0][6].value = "MM_timelineGoto('Timeline1','1')";
document.MM_Time[0].lastFrame = 46;
for (i=0; i<document.MM_Time.length; i++) {
document.MM_Time[i].ID = null;
document.MM_Time[i].curFrame = 0;
document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
}
}
//-->
</script>
</head>
<body bgcolor="#3399FF" text="#000000" onLoad="MM_timelinePlay('Timeline1')">
<p align="center"><font size="+3" color="#993366" face="方正姚体">欢迎您来到美丽的水乡</font></p>
<p align="center"><font size="+3"><b><font color="#CC00CC" face="华文彩云"> ——<font face="方正舒体">青浦</font></font></b></font></p>
<p align="center"><b><font color="#99FF99" size="+1" face="华文彩云">您是本站历史上第
<% DIM objfs,ttlcnt
cntfile=server.mappath("shenjie.txt")
set objfs=createobject("Scripting.FileSystemObject")
set objfile=objfs.OpenTextFile(cntfile,1,true,0)
if objfile.AtEndOfLine then
ttlcnt=1
else
ttlcnt=clng(objfile.readline)
end if
if session("counted")<>true then
ttlcnt=ttlcnt+1
set objfile=objfs.opentextfile(cntfile,2)
objfile.writeline(ttlcnt)
session("counted")=true
end if
set objfile=nothing
set objfs=nothing
response.write (ttlcnt)
%>
位访问者,欢迎您的到来!</font></b></p>
<hr align="center" size="2">
<table width="261" border="0" height="56" align="center">
<tr>
<td height="54" width="90"><a href="qpjianjie.html"><img src="image/qpjianjie.gif" width="84" height="43" border="0"></a></td>
<td height="54" width="80"><a href="guanguangframeset.htm"><img src="image/qpmingsheng.gif" width="79" height="42" border="0"></a></td>
<td height="54" width="162"><a href="hotel.htm"><img src="image/qphotel.gif" width="85" height="42" border="0"></a></td>
</tr>
</table>
<p> </p>
<p> </p>
<div id="Layer5" style="position:absolute; width:382px; height:53px; z-index:5; left: 212px; top: 256px">
<table width="90%" border="1" height="32">
<tr>
<td width="26%" height="50">
<p><font color="#CCFF00" face="楷体_GB2312"><a href="register/register/login.htm"></a></font><font color="#3399FF" face="楷体_GB2312"><a href="register/register/login.htm">请您来注册</a></font></p></td>
<td width="24%" height="50">
<div align="center"><font color="#CCFF00" face="楷体_GB2312"><a href="liuyan/DEFAULT.ASP">留言天地</a></font></div></td>
<td width="22%"><div align="center"><a href="toupiao/toupiao/index_tp.asp"><font face="楷体_GB2312">我要投票</font></a></div></td>
<td width="28%" height="50">
<div align="center"><font color="#CCFF00" face="楷体_GB2312"><a href="mailto:tcjie@citiz.net">发邮件给我</a></font></div></td>
</tr>
</table>
</div>
<div id="Layer1" style="position:absolute; width:68px; height:60px; z-index:2; left: 113px; top: 243px;; visibility: hidden"><img src="IMAGE/P1.jpg" width="68" height="61"></div>
<div id="Layer3" style="position:absolute; width:63px; height:63px; z-index:4; left: 114px; top: 242px; visibility: hidden"><img src="IMAGE/P3.jpg" width="66" height="64"></div>
<div id="Layer2" style="position:absolute; width:69px; height:61px; z-index:3; left: 112px; top: 245px; visibility: hidden"><img src="IMAGE/P2.jpg" width="69" height="61"></div>
<font color="#FF0066" face="华文琥珀"> </font> <font color="#FF0066" face="华文琥珀">
部分景点可在地图上直接点击</font>
<p> </p>
<p> </p>
<p align="center" onMouseOver="MM_showHideLayers('Layer4','','hide','Layer2','','show')">
</p>
<p align="center" onMouseOver="MM_showHideLayers('Layer3','','show','Layer2','','hide')"> </p>
<div id="Layer6" style="position:absolute; width:648px; height:304px; z-index:7; left: 113px; top: 360px;"><img src="image/map1.gif" width="648" height="347" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="56,214,139,248" href="daguanyuan.htm">
<area shape="rect" coords="151,249,290,275" href="youting.htm">
<area shape="rect" coords="353,325,431,343" href="chenyun.htm">
<area shape="rect" coords="495,59,593,78" href="qushuiyuan.htm">
<area shape="rect" coords="397,89,492,106" href="museum.htm">
<area shape="rect" coords="262,135,362,154" href="shuishangyundong.htm">
<area shape="rect" coords="411,191,527,218" href="zhujiajiao.htm">
<area shape="rect" coords="221,171,394,198" href="shaonian.htm">
</map>
</div>
</body>
</html>
<HTML>
<BODY onload="vb
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -