国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > ASP > 正文

在線實時開通FTP&WEB

2024-05-04 10:59:00
字體:
來源:轉載
供稿:網友
程序利用FSO+SERV-U(2.x版本)實現:

1、index.htm
<html>
<head>
<title>寧波科宇網——個人網頁申請</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="Javascript">
function CheckIfEnglish( String )
{
var Letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890-";
var i;
var c;
if(String.charAt( 0 )==''''-'''')
return false;
if( String.charAt( String.length - 1 ) == ''''-'''' )
return false;
for( i = 0; i < String.length; i ++ )
{
c = String.charAt( i );
if (Letters.indexOf( c ) < 0)
return false;
}
return true;
}

function checkSubmit() {
var EmailReg = /^[_a-z0-9]+@([_a-z0-9]+/.)+[a-z0-9]{2,3}$/;
if (document.form.name.value == "") {
alert("請輸入您要注冊的用戶名!");
document.form.name.focus();
return false;
}

if (!CheckIfEnglish(document.form.name.value )) {
alert("用戶名不能輸入中文及非法字符!");
document.form.name.focus();
return false;
}

if ((document.form.pass.value == "")&&(document.form.rpass.value == "")) {
alert("密碼不能為空!");
document.form.pass.focus();
document.form.rpass.focus();
return false;
}

if ((document.form.pass.value)!=(document.form.rpass.value)) {
alert (''''二次密碼輸入不一樣!'''');
document.form.pass.focus();
document.form.rpass.focus();
return false;
}

if (document.form.email.value == "") {
alert("請輸入您的Email!");
document.form.email.focus();
return false;
}

if ((!EmailReg.test(document.form.email.value))&&(document.form.email.value!='''''''')) {
alert (''''Email的格式不正確!'''');
document.form.email.focus();
return false;
}

return true;
}
</script>

<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" background="crystal.jpg">
<p align="center"> </p>
<p align="center"><b><font size="6" color="#333333">寧波科宇網——個人網頁申請</font></b></p>
<p align="center"></p>
<table width="65%" border="0" align="center">
<tr>
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 永靖县| 若羌县| 蛟河市| 济宁市| 贡嘎县| 麦盖提县| 介休市| 沭阳县| 内丘县| 邵东县| 永昌县| 久治县| 平安县| 砀山县| 黄山市| 九江市| 阜平县| 通渭县| 自贡市| 东山县| 镇雄县| 肇州县| 都匀市| 桐庐县| 土默特右旗| 泰兴市| 东安县| 民勤县| 时尚| 右玉县| 南昌县| 东阳市| 观塘区| 津市市| 沾化县| 祁阳县| 萝北县| 定安县| 称多县| 遂宁市| 榆林市|