?? andor.asp
字號:
<%@ LANGUAGE="VBSCRIPT" %>
<HTML>
<HEAD>
<TITLE>The WestLake Laundry Detergent Company</TITLE>
<LINK HREF="washstyle.css" REL="stylesheet">
<STYLE>
<!--
B {color: red}
-->
</STYLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER>
<IMG SRC="images/wash_top.gif" WIDTH="119" HEIGHT="106">
<H1 CLASS="header">The WestLake Laundry Detergent Company</H1>
<H3 CLASS="header">Thank You For Your Response!</H3>
</CENTER>
<TABLE BORDER="0">
<TR VALIGN="TOP">
<TD>
<!--This If...ElseIf...End If decides which first paragraph to display-->
<%If Request.Form("small") = "" And Request.Form("large") = "" Then%>
<P>You are missing out on a Laundry Day Miracle. Let us send you a coupon so you can discover the <B>Wonder of WavaBeans</B>!</P>
<%ElseIf Request.Form("small") <> "" And Request.Form("large") = "" Then%>
<P>We are sure you find the <B>Handy-Dandy 2-Pound Box</B> convenient for travel and school.</B>!</P>
<%ElseIf Request.Form("small") = "" And Request.Form("large") <> "" Then%>
<P>We are sure you find the <B>Super-Duper 10-Pound Box</B> economical and long-lasting!</B>!</P>
<%ElseIf Request.Form("small") <> "" And Request.Form("large") <> "" Then%>
<P>Thank you for being a loyal customer who uses all the sizes of <B>WavaBeans</B>!</P>
<%End If%>
<!--This If...End If with an Or condition returns its paragraph if any combination is checked-->
<%If Request.Form("small") <> "" Or Request.Form("large") <> "" Then%>
<P>And, to show our special thanks to you for using <B>WavaBeans</B>, we will be sending you an all-in-one <STRONG><I>Wava Soap Packet</I></STRONG>, or <B>WSP</B>, as a special gift!</P>
<%End If%>
</TD>
<TD>
<IMG SRC="images/wavabeanpair.gif" WIDTH="314" HEIGHT="257" ALT="WavaBeans For All Your Laundry Needs!">
</TD>
</TABLE>
<HR>
<P CLASS="footer">Copyright © 2001 <A HREF="http://www.westlake.com/">WestLake Internet Training</A>. Current Date: <%= Date %>. Current Time: <%= Time %>. WLDC is a proud member of the <A HREF="http://www.sdahq.org/">Soap and Detergent Association</A>.</P>
</BODY>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -