|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我想详细了解ASP整站代码与PSP整站代码有什么优缺点,那个更好,更安全,更用容易维护,和管理。。。aspupload|上传framebar.asp
<%@EnableSessionState=False%>
<%Response.Expires=-1%>
<title>正在上传............</title>
<styletype=text/CSS>td{font-family:Tahoma;font-size:8pt}</style>
<BODYBGCOLOR="menu"scroll="NO"frameborder="NO"status="no"style="border:0px;">
<scriptlanguage="JavaScript">
<!--
functionStopupload()
{
if(typeof(window.opener)!="undefined"){
try{
window.opener.document.execCommand("stop");
}
catch(e){}
}
elseif(typeof(window.dialogArguments)!="undefined"){
try{
window.dialogArguments.document.execCommand("stop");
}
catch(e){}
}
window.close();
}
//-->
</script>
<IFRAMEsrc="bar.asp?PID=<%=Request("PID")&"&to="&Request("to")%>"title="Uploading"noresizescrolling=no
frameborder=0framespacing=10width=369height=115></IFRAME>
<TABLEBORDER="0"WIDTH="100%"cellpadding="2"cellspacing="0">
<TR><TDALIGN="center"><buttononclick="Stopupload()"style="font-size:12px;">作废上传</button>
</TD></TR>
</TABLE>
</BODY>
</HTML></p>Windows本身的所有问题都会一成不变的也累加到了它的身上。安全性、稳定性、跨平台性都会因为与NT的捆绑而显现出来; |
|