?? chxdz.asp
字號(hào):
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="”keywords”" content="”新世紀(jì)影院VOD影視播放程序出售”">
<meta name="”description”" content="”新世紀(jì)影院VOD影視(商業(yè)版)出售”">
<title>新世紀(jì)影院</title>
<link rel="stylesheet" type="text/css" href="css/css.css">
<script language="vbscript">
sub check()
if login.hostname.value=empty then
alert "錯(cuò)誤,請(qǐng)輸入程序名稱!"
exit sub
end if
if login.email.value=empty then
alert "錯(cuò)誤,請(qǐng)輸入你的密碼!"
exit sub
end if
if login.phone.value=empty then
alert "錯(cuò)誤,請(qǐng)輸入你的聯(lián)系電話!"
exit sub
end if
if login.address.value=empty then
alert "錯(cuò)誤,請(qǐng)輸入你的聯(lián)系地址!"
exit sub
end if
if login.topic.value=empty then
alert "錯(cuò)誤,請(qǐng)輸入程序方案!"
exit sub
end if
if login.shijian.value=empty then
alert "錯(cuò)誤,請(qǐng)輸入你程序的預(yù)算時(shí)間!"
exit sub
end if
login.submit
end sub
</script>
</head>
<body topmargin="1" leftmargin="0" bgcolor="#FF9900">
<%
act=trim(request.querystring("act"))
if act<>"save" then
%>
<div align="center">
<center>
<form name="login" method="post" action="chxdz.asp?act=save">
<table border="0" cellpadding="0" cellspacing="1" width="474">
<tr>
<td valign="middle" align="center" bgcolor="#FFFFFF" height="21" colspan="2" width="472">程序定做</td>
</tr>
<tr>
<td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="62">程序名稱</td>
<td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="408"><input name=hostname size=40 class="inputs"></td>
</tr>
<tr>
<td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="62">Email:</td>
<td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="408"><input name=email size=40 class="inputs"></td>
</tr>
<tr>
<td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="62">電話</td>
<td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="408"><input name=phone size=40 class="inputs"></td>
</tr>
<tr>
<td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="62">聯(lián)系地址</td>
<td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="408"><input name=address size=40 class="inputs"></td>
</tr>
<tr>
<td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="470" colspan="2">制作方案(詳細(xì)填寫制作方案)</td>
</tr>
<tr>
<td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="470" colspan="2"><textarea rows="10" name="topic" cols="64"></textarea></td>
</tr>
<tr>
<td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="62">付款方式</td>
<td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="408"><select size="1" name="paymoney">
<option selected value="直接支付">直接支付</option>
<option value="網(wǎng)上支付">網(wǎng)上支付</option>
<option value="銀行匯款">銀行匯款</option>
<option value="郵局匯款">郵局匯款</option>
</select></td>
</tr>
<tr>
<td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="62">預(yù)算日期</td>
<td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="408"><input name=shijian size=15 class="inputs">(天)</td>
</tr>
<tr>
<td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="470" colspan="2" style="line-height:150%">相關(guān)說明:<br>
1、本站提供程序定做,一般小型程序時(shí)間是7天,中型程序15-20天,大型程序2-6個(gè)月。<br>
2、以上內(nèi)容必填,相關(guān)內(nèi)容詳細(xì)填寫。<br>
3、程序提供半年免費(fèi)技術(shù)支持。<br>
4、未能(預(yù)收50%的付款)完全付款前,預(yù)先提供60%的程序,付清之后,提供全部程序。<br>
5、程序調(diào)試,需收路費(fèi),半年內(nèi)免收服務(wù)費(fèi)。<br>
6、程序制作時(shí)間與程序方案有極大關(guān)系,請(qǐng)?jiān)敿?xì)填寫程序方案。</td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="470" colspan="2"><input type=button onclick="check" name=b1 value="提交">
<input type=reset name=b2 value="重置"> </td>
</tr>
</table>
</form>
</center>
</div>
<%
else
set rs=server.createobject("adodb.recordset")
sql="select * from chxdz"
rs.open sql,conn,1,3
rs.addnew
rs("hostname")=request("hostname")
rs("email")=request("email")
rs("phone")=request("phone")
rs("address")=request("address")
rs("topic")=request("topic")
rs("paymoney")=request("paymoney")
rs("shijian")=request("shijian")
rs.update
rs.close
set rs=nothing
response.write"<script language=javascript>alert('謝謝,你的相關(guān)數(shù)據(jù)已經(jīng)保存成功!請(qǐng)耐心的等待,我們將審核你的資料,及時(shí)和你聯(lián)系!');window.close();</script>"
end if
%>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -