⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wy_trip_titlepci.asp

📁 旅游信息管理系统,带论文,可作为课程设计参考资料
💻 ASP
字号:

<html>
<head>
	<title>PTrip Server 2005 For 数据库课程设计
	</title>
	<META http-equiv=Content-Type content="text/html; charset=gb2312">
	<link rel="stylesheet" type="text/css" href="../wy_trip_css/wy_trip.css">
</head>
<SCRIPT LANGUAGE="JavaScript">
adTime=8;
chanceAd=1;
var ns=(document.layers);
var ie=(document.all);
var w3=(document.getElementById && !ie);
adCount=0;
function initAd(){
        if(!ns && !ie && !w3) return;
        if(ie)                adDiv=eval('document.all.sponsorAdDiv.style');
        else if(ns)        adDiv=eval('document.layers["sponsorAdDiv"]');
        else if(w3)        adDiv=eval('document.getElementById("sponsorAdDiv").style');
        randAd=Math.ceil(Math.random()*chanceAd);
        if (ie||w3)
        adDiv.visibility="visible";
        else
        adDiv.visibility ="show";
        if(randAd==1) showAd();
}
function showAd(){
if(adCount<adTime*10){adCount+=1;
        if (ie){documentWidth  =document.body.offsetWidth/2+document.body.scrollLeft-20;
        documentHeight =document.body.offsetHeight/2+document.body.scrollTop-20;}
        else if (ns){documentWidth=window.innerWidth/2+window.pageXOffset-20;
        documentHeight=window.innerHeight/2+window.pageYOffset-20;}
        else if (w3){documentWidth=self.innerWidth/2+window.pageXOffset-20;
        documentHeight=self.innerHeight/2+window.pageYOffset-20;}
        adDiv.left=documentWidth-100;adDiv.top =documentHeight-0;
        setTimeout("showAd()",100);}
}
function closeAd(){
if (ie||w3)
adDiv.display="none";
else
adDiv.visibility ="hide";
}
</script>

<body leftmargin="0" topmargin="0"  bottommargin="0" rightmargin="0" link="#3357B3" vlink="#3357B3" alink="#3357B3" bgcolor="#e8eefc">
<%up=request.QueryString("up")%>
<table width="734" height="100%" cellpadding="0" cellspacing="0">
	<tr>
	  <td valign="top" class="Main">
			<p class="NoBreakBeforeAfter"><img src="../wy_trip_images/TopCol3.gif" WIDTH="247" HEIGHT="23"></p>
			<p class="NoBreakBeforeAfter"><img src="../wy_trip_images/HeaderOtherDestination.gif" width="229" height="28"></p>
			<p class="Indented1" align="center"><font size="6"><b>PTrip 2005 后台管理</b></font></p>
			<p class="Indented1" align="center"><b>欢迎管理员 <%=adname%> 登录</b></p>
			<hr align="center" width="80%" color="#999999">
			
		    <table width="85%"  border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <th width="20%" scope="col">更新首页图片</th>
                <th width="80%" scope="col">
				<form method="post" action="wy_trip_admin_uppic/wy_upload2.asp?table=trip_infor&name=picpath&up=<%=up%>" enctype="multipart/form-data" name="form2" onsubmit="initAd();">
  						<input type=file name="sf_upfile" size="25" class=text>
  						<input type="submit" name="submit" value="上 传 图 片" class="text">
				</form>
				</th>
              </tr>
              <tr>
                <td>尺寸:103*145</td>
                <td>&nbsp;</td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td>
				<div id="sponsorAdDiv" style="visibility:hidden; left: 2px; top: 15px; width: 197px; height: 13px"> 
				<table width="200" height="25" bgcolor="#0099cc" border=0 cellspacing=1>
    				<tr> 
     					 <td> 
     						   <table width="100%" height="100%"  border=0 cellspacing=0>
      							    <tr bgcolor="#d2e9fe"> 
      								      <td> &nbsp;&nbsp;&nbsp;&nbsp;正在上传图片,请稍候...... </td>
      							    </tr>
      						  </table>
      					</td>
    				</tr>
  				</table>  
				</div> 
				</td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td><div align="right"><a href="wy_trip_admin.asp" target="main">返回上一页</a></div></td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
              </tr>
            </table>
	    <p>&nbsp;</p></td>
	</tr>
	
</table>
</body>
</html>

⌨️ 快捷键说明

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