日期:2013-05-22  浏览次数:20707 次

*********************用户注册***************************************
<%'用户注册,userinsert.asp%>
<%response.buffer = true%>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>用户注册</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<script language="JavaScript"><!--
function dd(list)
{
var listtext="";
if ((list.selectedIndex != -1)&&(list.selectedIndex != 0))
    listtext = list.options[list.selectedIndex].value;
document.forms[0].sex.value = listtext
return true;
}
function windowload()
{
document.forms[0].name.focus();
}
function formsubmit()
{
document.forms[0].submit();
}
function mm(text)
{
var aa=""
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
return aa;
}
function msg(text)
{
alert(text);
return;
}
// --></script>
<script language="VBScript"><!--
function input(tt)
    dim sc_name,sc_sex,sc_pass,sc_pass1,sc_flag
    sc_flag = 0
    '姓名
    sc_name = ""
    sc_name = trim(mm(1))
    if sc_name = "" then
        msg("必须输入:您的昵称")
        sc_flag = 1
    end if
    sc_sex = ""
    sc_sex = trim(mm(2))
    if sc_sex = "" then
        msg("必须输入:您的性别")
        sc_flag = 1
    end if
    sc_pass = ""
    sc_pass = mm(3)
    if sc_pass = "" then
        msg("必须输入:您的口令")
        sc_flag = 1
    end if
    sc_pass1 = ""
    sc_pass1 = mm(4)
    if sc_pass1 = "" then
        msg("必须输入:确认口令")
        sc_flag = 1
    end if
    if sc_pass <> sc_pass1 then
        msg("口令和确认口令不一致")
        sc_flag = 1
    end if
    if sc_flag = 0 then
        formsubmit()
    else
        windowload()
    end if
end function
--></script>

<meta name="Microsoft Theme" content="none, default">
<meta name="Microsoft Border" content="none">
</head>

<body onload="windowload();">

<form method="POST" action="insertusercl.asp">
  <input type="hidden" name="flag" value=" "><table border="0" width="100%" cellspacing="0">
    <tr>
 &