?? form.asp
字號(hào):
<%@ LANGUAGE="VBSCRIPT" %>
<!--#include file="conn.asp" -->
<html>
<head>
<title>夏氏禮品網(wǎng)服務(wù)申請(qǐng)表</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE>BODY {
FONT-SIZE: 9pt
}
TD {
FONT-SIZE: 9pt
}
a { text-decoration: none; color: #000000 }
a:hover { text-decoration: underline; color: #0000FF }
</STYLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript">
<!--
function isok(theform)
{
if (theform.name.value=="")
{
alert("姓名名不能為空!");
theform.name.focus();
return (false);
}
if (theform.txtemail.value=="")
{
alert("你的電子郵箱不能為空!");
theform.txtemail.focus();
return (false);
}
if (theform.txtemail.value.indexOf("'",0) >= 0 || theform.txtemail.value.indexOf(" ",0) >= 0)
{
alert("電子郵件中不能包含空格,單引號(hào)等非法字符!")
theform.txtemail.focus()
return false
}
if (theform.txtemail.value.indexOf("@",0) < 0 || theform.txtemail.value.indexOf(".",0) < 0)
{
alert("郵件地址錯(cuò)誤!")
theform.txtemail.focus()
return false
}
if (theform.tel.value=="")
{
alert("電話不能為空!");
theform.tel.focus();
return (false);
}
if (theform.addr.value=="")
{
alert("地址不能為空!");
theform.addr.focus();
return (false);
}
return (true);
}
-->
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
<!--#include file="top.asp" -->
<div align="center">
<table width="778" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"><img border="0" src="pic/other_01.gif" width="778" height="15"></td>
</tr>
<tr>
<td width="217"><img src="pic/other_02.gif" width="217" height="115"></td>
<td width="478">
<div align="center">
<table width="400" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div align="center"><font size="6"><b><font color="#FF0000">夏氏禮品網(wǎng)服務(wù)申請(qǐng)</font></b></font></div>
</td>
</tr>
<tr>
<td>
<hr>
</td>
</tr>
</table>
</div>
</td>
<td width="83"><img src="pic/other_04.gif" width="83" height="115"></td>
</tr>
<tr valign="top">
<td colspan="3" height="281">
<table width="778" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="86" background="pic/lift.gif" height="299"> </td>
<td width="681" height="299" valign="top">
<div align="center">
<table width="625" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="131" valign="top" style="line-height: 150%">
<form action="send.asp" method="post" onsubmit="return isok(this)">
<table border=1 bordercolor=#375956 bordercolordark=#ffffff cellpadding=4
cellspacing=0 width="400" align="center">
<tr>
<td colspan="2"> 請(qǐng)你填寫你的詳細(xì)資料提交后我們將有業(yè)務(wù)員直接與你聯(lián)系,或致電(025-526098541)與我們直接聯(lián)系。</td>
</tr>
<tr>
<td width="141">
<div align="right">類 型:</div>
</td>
<td width="409">
<select name="sbj">
<option value="商品制作" selected>商品制作</option>
<option value="域名申請(qǐng)">域名申請(qǐng)</option>
<option value="銅牌網(wǎng)店">銅牌網(wǎng)店</option>
<option value="銀牌網(wǎng)店">銀牌網(wǎng)店</option>
<option value="金牌網(wǎng)店">金牌網(wǎng)店</option>
<option value="獨(dú)立網(wǎng)站">獨(dú)立網(wǎng)站</option>
<option value="首頁(yè)推薦商家">首頁(yè)推薦商家</option>
<option value="首頁(yè)推薦商品">首頁(yè)推薦商品</option>
<option value="logo圖片廣告">logo圖片廣告</option>
<option value="banner圖片廣告">banner圖片廣告</option>
</select>
</td>
</tr>
<tr>
<td width="141">
<div align="right">姓 名:</div>
</td>
<td width="409">
<input type="text" name="name">
</td>
</tr>
<tr>
<td width="141">
<div align="right">email:</div>
</td>
<td width="409">
<input type="text" name="txtemail">
</td>
</tr>
<tr>
<td width="141">
<div align="right">電 話:</div>
</td>
<td width="409">
<input type="text" name="tel">
</td>
</tr>
<tr>
<td width="141">
<div align="right">地 址:</div>
</td>
<td width="409">
<input type="text" name="addr">
</td>
</tr>
<tr>
<td width="141" valign="top">
<div align="right">備 注:</div>
</td>
<td width="409">
<textarea name="other" cols="40" rows="4"></textarea>
</td>
</tr>
<tr>
<td width="141"> </td>
<td width="409">
<input type="submit" name="Submit" value="提交服務(wù)申請(qǐng)">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<!--#include file="bottom.asp" -->
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -