技巧打开网页进行客户个性化信息提交(代码编写)
?
?
?? 原創作品,允許轉載,轉載時請務必以超鏈接形式標明文章 原始出處 、作者信息和本聲明。否則將追究法律責任。http://1572091hyl10.blog.51cto.com/1562091/601842
?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 transitional//EN "
?
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
?
<html>
?
<head>
?
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
?
<title>客戶個性化信息提交</title>
?
</head>
?
<body>
?
<%
?
??? '獲取提交的表單信息 ? ??? $bgcolor=Request.Form("bgcolor")
?
??? $fgcolor=Request.Form("fgcolor")
?
??? $pwd=Requesr.form("pwd">
?
??? '如果提交的客戶信息不為空,則將其存儲到Cookie集合check中
?
??? If bgcolor<>""or fgcolor<>""Then
?
???????? Response.Cookies("check")("bgcolor")=$bgcolor
?
???????? Response.Cookies("check")("fgcolor")=$fgcolor
?
???????? Response.Cookies("check")("pwd")=$pwd
?
???????? Response.Cookies("check").Expires=#2010-5-6#
?
??? End If
?
??? '讀取 Cookie
?
??? $bgcolor=Request.Cookies("check")("$bgcolor") ? ??? $fgcolor=Request.Cookies("check")("$fgcolor")
?
??? $pwd=Request.cookies("check")("$pwd")
?
??? '如果Cookie在用戶的計算機上不存在,就創建一個表單,詢問相關信息 ? ??? If $bgcolor ="" and $fgcolor ="" and $pwd=""Then
?
%>
?
??? <h2 align="center">客戶個性信息提交</h2>
?
??? <Form action="checkcookies.asp" method="POST">
?
????? <table border="1" cellspacing="0" align="center">
?
????????????????? <tr>
?
???????????????????? <td>背景色:</td>
?
???????????????????? <td><input type="text" name="bgcolor"></td>
?
????????????????? </tr>
?
????????????????? <tr>
?
???????????????????? <td>背景色:</td>
?
???????????????????? <td><input type="text" name="fgcolor"></td>
?
????????????????? </tr>
?
????????????????? <tr>
?
???????????????????? <td>密碼:</td>
?
???????????????????? <td><input type="password" name="pwd"></td>
?
????????????????? </tr>
?
????????????????? <tr>
?
???????????????????? <td colspan="2" align="center"><input name="submit" type="submit" value="提交">
?
??? </td>
?
?
????????????????? </tr>
?
?????????????? </table> ? ??? </Form>
?
??? <%
?
??????? End If
?
??????? '如果Cookie已經存在,并且bgcolor存在,就跳轉到color.asp ? ??????? If bgcolor<>""Then
?
??????????????? Response.Redirect "color.asp"
?
??????? End If
?
??? %>
?
??? </body>
?
??? </html>
?
以下圖是應用在線軟件“Dreamweaver 8 ”應用工具測試“客戶個性化信息提交表單”測試結果,(540*452)像素
??
以下是IE6瀏覽器測試結果(540*452像素)?
總結
以上是生活随笔為你收集整理的技巧打开网页进行客户个性化信息提交(代码编写)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: apache代理时java获取IP的问题
- 下一篇: 【精解】Exchange Server