Window |
|
This form:
<FORM METHOD=POST ACTION="http://www.bluegalaxy.info/webshopsolution/cgi-bin/my_cart.pl"> <table border=0 CELLPADDING=10 CELLSPACING=5 width=300> <tr> <td colspan=2> <FORM NAME="form1" METHOD=POST ACTION="http://www.bluegalaxy.info/webshopsolution/cgi-bin/my_cart.pl"> <FONT FACE="verdana" SIZE=-1 COLOR=#000000> <B>Gift Basket with Roses<BR></B> Price: $50.00 (includes delivery) <BR> Plus $1.00 per Rose</B> <BR><BR> </td></tr> <tr><td valign="top"><img src="http://www.bluegalaxy.info/webshopsolution/images/gift_basket.jpg"></td> <td align="right" valign="top"> <FONT FACE="verdana" SIZE=-1 COLOR=#000000> Add chocolates?:<BR> <SELECT NAME="custom2" SIZE=1> <OPTION SELECTED>Chocolates +$15 <OPTION>No Chocolates </SELECT><BR> <BR><BR> <FONT FACE="verdana" SIZE=-1 COLOR=#000000> Number of roses:<BR> <SELECT NAME="custom3" SIZE=2> <SCRIPT> var i = 0 // Initialize var s = 0 // Length Start value var e = 24 // Length End value var c = 1 // Cost in units of money per extra unit of length (1 = $1.00 etc.) for (var i = s; i<= e; i++) { document.write ("<OPTION VALUE=\""+i+" roses +$"+(i-s)*c+"\">"+i+"\n") } </SCRIPT> </SELECT> </td></tr> <tr><td COLSPAN=2 align="right"> <FONT FACE="verdana" SIZE=-1 COLOR=#000000> <center>Recipient Shipping Address: (required)</center><BR> Name: <input type=text name=custom7 SIZE=25 MAXLENGTH=35><BR> Address: <input type=text name=custom9 SIZE=25 MAXLENGTH=35><BR> City: <input type=text name=custom11 SIZE=25 MAXLENGTH=35><BR> State: <input type=text name=custom13 SIZE=25 MAXLENGTH=35><BR> Zip: <input type=text name=custom15 SIZE=10 MAXLENGTH=12><BR> Country: <input type=text name=custom17 SIZE=25 MAXLENGTH=35><BR> </td></tr> <tr><td colspan=2> <INPUT TYPE=HIDDEN NAME=name VALUE="Gift Basket with Roses"> <INPUT TYPE=HIDDEN NAME=price VALUE="50.00"> <INPUT TYPE=HIDDEN NAME=sh VALUE="3"> <INPUT TYPE=HIDDEN NAME=img VALUE="gift_basket.jpg"> <INPUT TYPE=HIDDEN NAME=return VALUE="http://www.bluegalaxy.info/webshopsolution/demo.html"> <INPUT TYPE=HIDDEN NAME=custom6 VALUE="Recipient shipping address (name, address, city, state, zip and country):"> <FONT FACE="verdana" SIZE=-1 COLOR=#000000>Type special message for loved one here:</font><BR> <INPUT TYPE=HIDDEN NAME=custom4 VALUE="Special message for loved one:"> <TEXTAREA NAME=custom5 COLS=30 ROWS=3 WRAP=VIRTUAL> </TEXTAREA> <BR><BR> <SCRIPT LANGUAGE="JavaScript"> document.write('<INPUT TYPE=HIDDEN NAME="add" VALUE="1">\n<INPUT TYPE=BUTTON VALUE="Purchase this basket" OnClick="RequiredFields()";>'); </SCRIPT> <NOSCRIPT> <INPUT TYPE=SUBMIT NAME="add" VALUE="Purchase this basket"> </NOSCRIPT> </FORM> </td></tr></table>Makes this:
Notes about this form:
|
Home | Features | Demo | Readme | Pricing and Ordering | Contact Us Copyright © The Web Shop Solution 2005 |