|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
ASP脚本是采用明文(plaintext)方式来编写的。谈天室|源代码*********************用户注册***************************************
<%用户注册,userinsert.asp%>
<%response.buffer=true%>
<html>
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312">
<title>用户注册</title>
<metaname="GENERATOR"content="MicrosoftFrontPage3.0">
<scriptlanguage="JavaScript"><!--
functiondd(list)
{
varlisttext="";
if((list.selectedIndex!=-1)&&(list.selectedIndex!=0))
listtext=list.options[list.selectedIndex].value;
document.forms[0].sex.value=listtext
returntrue;
}
functionwindowload()
{
document.forms[0].name.focus();
}
functionformsubmit()
{
document.forms[0].submit();
}
functionmm(text)
{
varaa=""
if(text==1)
aa=document.forms[0].name.value
if(text==2)
aa=document.forms[0].sex.value
if(text==3)
aa=document.forms[0].pass.value
if(text==4)
aa=document.forms[0].pass1.value
returnaa;
}
functionmsg(text)
{
alert(text);
return;
}
//--></script>
<scriptlanguage="VBScript"><!--
functioninput(tt)
dimsc_name,sc_sex,sc_pass,sc_pass1,sc_flag
sc_flag=0
姓名
sc_name=""
sc_name=trim(mm(1))
ifsc_name=""then
msg("必需输出:您的昵称")
sc_flag=1
endif
sc_sex=""
sc_sex=trim(mm(2))
ifsc_sex=""then
msg("必需输出:您的性别")
sc_flag=1
endif
sc_pass=""
sc_pass=mm(3)
ifsc_pass=""then
msg("必需输出:您的口令")
sc_flag=1
endif
sc_pass1=""
sc_pass1=mm(4)
ifsc_pass1=""then
msg("必需输出:确认口令")
sc_flag=1
endif
ifsc_passsc_pass1then
msg("口令和确认口令纷歧致")
sc_flag=1
endif
ifsc_flag=0then
formsubmit()
else
windowload()
endif
endfunction
--></script>
<metaname="MicrosoftTheme"content="none,default">
<metaname="MicrosoftBorder"content="none">
</head>
<bodyonload="windowload();">
<formmethod="POST"action="insertusercl.asp">
<inputtype="hidden"name="flag"value=""><tableborder="0"width="100%"cellspacing="0">
<tr>
<tdwidth="100%"align="right"colspan="2"><divalign="center"><center><p></td>
</tr>
<tralign="center">
<tdwidth="50%"align="right">您的昵称:</td>
<tdwidth="50%"><divalign="left"><p><input</p>在实现ERP等高端的ASP应用时,用户需要提供核心的经营资料,需要ASP商有很高的信用度。楼上说交互性不好,太牵强了吧。在微软提供的一套框架中,利用asp做网站,开发效率高,使用人数少,减少不必要的开销。交互性是互动方式,是有开发人员决定的。 |
|