|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
由于ASP提供的是一对多的服务,所以用户的一些特殊需求很难得到满足。谈天室|源代码<%初始登录页,default.asp%>
<html>
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312">
<metaname="GENERATOR"content="MicrosoftFrontPage3.0">
<title>登录谈天室</title>
<scriptlanguage="JavaScript"><!--
functionwindowload()
{
document.forms[0].T1.focus();
}
functiontestvalue(tt1)
{
varval;
val="";
if(tt1==1)
{val=document.forms[0].T1.value;}
if(tt1==2)
{val=document.forms[0].T3.value;}
returnval
}
functionmsg(tt)
{
alert(tt);
}
functionformsubmit()
{
document.forms[0].submit();
}
//--></script>
<scriptlanguage="VBScript"><!--
functionallpass()
dimsc_message,sc_ss,sc_flag
sc_ss=testvalue(1)
sc_flag=0
iftrim(sc_ss)=""then
sc_flag=1
sc_message="必需输出用户名!"
else
sc_ss=testvalue(2)
iftrim(sc_ss)=""then
sc_flag=1
sc_message="必需输出口令!"
endif
endif
ifsc_flag=0then
formsubmit()
else
msg(sc_message)
windowload()
endif
endfunction
--></script>
<metaname="MicrosoftBorder"content="none">
</head>
<bodybackground="images/bg03.gif"language="javascript"onload="windowload();">
<formmethod="POST"action="chatadmin.asp">
<tableborder="0"width="100%"cellspacing="0">
<tr>
<tdwidth="100%"colspan="4"><divalign="center"><center><p><!--webbotbot="ImageMap"
rectangle="(347,104)(390,122)deleteuser.asp##_blank"
rectangle="(302,105)(344,122)updateuser.asp##_blank"
rectangle="(254,105)(296,122)insertuser.asp##_blank"src=http://www.163design.net/a/y/"images/title.gif"border="0"
width="432"height="159"--></td>
</tr>
<tralign="center">
<tdwidth="50%"colspan="2"><divalign="right"><p>您的昵称:</td>
<tdwidth="50%"colspan="2"><divalign="left"><p><inputtype="text"name="T1"size="15"></td>
</tr>
<tralign="center">
<tdwidth="50%"colspan="2"><divalign="right"><p>您的口令:</td>
<tdwidth="50%"colspan="2"><divalign="left"><p><inputtype="password"name="T3"
size="15"></td>
</tr>
<tralign="center">
<tdwidth="25%"align="center"><inputtype="radio"value=http://www.163design.net/a/y/"images/mood12.gif"checked
name="R1"><imgsrc=http://www.163design.net/a/y/"images/mood12.gif"WIDTH="20"HEIGHT="20"></td>
&nb</p>ActiveServerPage技术为应用开发商提供了基于脚本的直观、快速、高效的应用开发手段,极大地提高了开发的效果。在讨论ASP的安全性问题之前,让我们来看看ASP是怎么工作的。 |
|