Web Design & Development |
| |

| | Thread Tools |
|
24-May-2008, 05:11 PM
#1 |
| This code to add item to shpping cart won't work... Hi, This is my first forray into coding. I am trying to make a restuarant website to gain experience with how to use code. I have the following code which is supposed to take the item which has already been selected from a menu. In this case it is potatoe. When you click on submit, it should add that items description and price to the left colum which shows the checkout cart. Then, when other pages are visited and their items sumbited, that checkout on the left should keep updating itself and remember the last input. However, when i run this code in IE it doesn't do anything. Once i understand how this functions exactly i think i can work out how to adapt it to suit me. Please help, i am trying to learn! Thank you. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <table width="972" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="324" valign="top" style="border: solid 0 #EB8022; border-right-width:1px;"><br /> <form action="/place-order/?type=22" method="post" enctype="multipart/form-data" name="orderItemForm" id="orderItemForm"> <input type="hidden" name="orderItemFormToggle" value="1" /> <input type="hidden" name="mainItemID" value="70" /> <input type="hidden" name="sid" value="63" /> <input type="hidden" name="updateID" value="-1" /> <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="35" valign="top" class="sans12orange">Baked Potato<br /> <div class="sans8black" style="padding-top: 8px; padding-bottom: 15px;"> Served with...<br/> </td> </tr> <tr> <td height="18" valign="top" class="sans8black"><strong>Quantity</strong>: <select name="quantity"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> <option value="9">9</option> <option value="10">10</option> </select> </td> </tr> <tr> <td height="18" valign="middle" class="sans8black"><img src="../images/parts/dots_horiz_strip_third.gif" alt="bc" width="261" height="6" /></td> </tr> <tr> <td height="18" valign="top" class="sans8black"><strong>Place special request here: </strong></td> </tr> <tr> <td height="18" valign="top" class="sans8black"><textarea name="instructions" cols="30" rows="4"></textarea></td> </tr> <tr> <td height="18" valign="top" class="sans8black"><br /> <input type="image" src="/images/order/button_addtoorder.gif" value="submit" /> </td> </tr> </table> </form> <br /> <table width="80%" border="0" align="center" cellpadding="0" cellspacing="0"> </table></td> <td width="324" align="center" valign="top" style="border: solid 0 #EB8022; border-right-width:1px;"><br /> <form action="/place-order/?type=22" method="post" enctype="multipart/form-data" name="myOrdersForm" id="myOrdersForm"> <input type="hidden" name="myOrdersFormToggle" value="1" /> <table width="95%" border="0" cellspacing="0" cellpadding="0"> </form></td> </tr> <tr> <td valign="top"><table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="160" valign="center"><img src="../images/checkout/text_item.gif" alt="v" width="31" height="18" /></td> <td width="4" background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td width="31" valign="center"><div align="right"><img src="../images/checkout/text_price.gif" alt="v" width="31" height="18" /></div></td> <td width="5"> </td> <td width="3" background="../images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td width="31" valign="center"><div align="center"><img src="../images/checkout/text_qty.gif" alt="b" width="31" height="18" /></div></td> <td background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td width="48" valign="center"><div align="center"><img src="../images/checkout/text_remove.gif" alt="v" width="48" height="18" /></div></td> </tr> <tr> <td height="3" colspan="4" valign="top" background="../images/parts/dots_repeat_horiz.gif"></td> <td width="3" height="3" background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"></td> <td height="3" colspan="4" valign="top"></td> </tr> <tr> <td height="24" valign="top" class="sans8black"><strong>Total:</strong></td> <td width="4" background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top" class="sans8black"><div align="right">0.00</div></td> <td width="10" class="sans8black"> </td> <td width="3" background="../images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top"> </td> <td> </td> <td valign="top"> </td> <td> </td> </tr> <tr> <td height="3" colspan="4" valign="top" background="../images/parts/dots_repeat_horiz.gif"></td> <td width="3" height="3" background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"></td> <td height="3" colspan="4" valign="top"></td> </tr> <tr> <td height="24" valign="top" class="sans8black"><strong>5% Discount</strong></td> <td width="4" background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top" class="sans8black"><div align="right">-0.00</div></td> <td width="10" class="sans8black"> </td> <td width="3" background="../images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top"> </td> <td> </td> <td valign="top"> </td> <td> </td> </tr> <tr> <td height="3" colspan="4" valign="top" background="../images/parts/dots_repeat_horiz.gif"></td> <td width="3" height="3" background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"></td> <td height="3" colspan="4" valign="top"></td> </tr> <tr> <td height="24" valign="top" class="sans8black"><strong>Discounted Total</strong></td> <td width="4" background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top" class="sans8black"><div align="right">0.00</div></td> <td width="10" class="sans8black"> </td> <td width="3" background="../images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top"> </td> <td> </td> <td valign="top"> </td> <td> </td> </tr> <tr> <td height="3" colspan="4" valign="top" background="../images/parts/dots_repeat_horiz.gif"></td> <td background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"></td> <td colspan="4" valign="top"></td> </tr> <tr> <td height="24" valign="top" class="sans8black"><strong>Tax</strong></td> <td background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top" class="sans8black"><div align="right">0.00</div></td> <td width="10" class="sans8black"> </td> <td background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top"> </td> <td> </td> <td valign="top"> </td> <td> </td> </tr> <tr> <td height="3" colspan="4" valign="top" background="../images/parts/dots_repeat_horiz.gif"></td> <td background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"></td> <td colspan="4" valign="top"></td> </tr> <tr> <td height="24" valign="top" class="sans8black"><strong>Grand Total</strong> </td> <td width="4" background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top" class="sans8black"><div align="right">0.00</div></td> <td width="10" class="sans8black"> </td> <td width="3" background="../images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top"> </td> <td> </td> <td valign="top"> </td> <td> </td> </tr> <tr> <td style="padding-top:10px" colspan="5" align="right"><input type="image" src="/images/checkout/button_update_total.gif" value="submit" /> <br/> </td> </tr> </table> <br /> <table width="80%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="36%" height="24" class="sans8black"><img src="../images/checkout/text_yourordertotal.gif" alt="c" width="106" height="17" /></td> <td width="64%" class="sans12black"><strong>$0.00</strong></td> </tr> </table> <br /> <img src="../images/parts/dots_horiz_strip_third.gif" alt="bb" width="261" height="6" /><br /> <br /> <img src="../images/checkout/text_timedate.gif" alt="b" width="86" height="16" /><br /> <strong><span class="sans8black">When would you like your order?</span></strong><br /> <table width="80%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="25%" height="24" class="sans8black"><select name="orderDay" onchange="submit();"> <option value="2008-05-25" >Sunday (May 25)</option> <option value="2008-05-26" >Monday (May 26)</option> <option value="2008-05-27" >Tuesday (May 27)</option> <option value="2008-05-28" >Wednesday (May 28)</option> <option value="2008-05-29" >Thursday (May 29)</option> <option value="2008-05-30" >Friday (May 30)</option> </select> </td> <td width="75%" class="sans10black"><span class="sans8black"> <select name="orderTime" onchange="submit();"> <option value="ASAP" >ASAP</option> <option value="6:00am" >6:00am</option> <option value="6:30am" >6:30am</option> <option value="7:00am" >7:00am</option> <option value="7:30am" >7:30am</option> <option value="8:00am" >8:00am</option> <option value="8:30am" >8:30am</option> <option value="9:00am" >9:00am</option> <option value="9:30am" >9:30am</option> <option value="10:00am" >10:00am</option> <option value="10:30am" >10:30am</option> <option value="11:00am" >11:00am</option> <option value="11:30am" >11:30am</option> <option value="12:00pm" >12:00pm</option> <option value="12:30pm" >12:30pm</option> <option value="1:00pm" >1:00pm</option> <option value="1:30pm" >1:30pm</option> <option value="2:00pm" >2:00pm</option> <option value="2:30pm" >2:30pm</option> <option value="3:00pm" >3:00pm</option> <option value="3:30pm" >3:30pm</option> <option value="4:00pm" >4:00pm</option> <option value="4:30pm" >4:30pm</option> <option value="5:00pm" >5:00pm</option> <option value="5:30pm" >5:30pm</option> <option value="6:00pm" >6:00pm</option> <option value="6:30pm" >6:30pm</option> <option value="7:00pm" >7:00pm</option> <option value="7:30pm" >7:30pm</option> <option value="8:00pm" >8:00pm</option> <option value="8:30pm" >8:30pm</option> <option value="9:00pm" >9:00pm</option> </select> </span></td> </tr> </table></td> </tr> </table> <img src="../images/parts/dots_horiz_strip_third.gif" alt="bb" width="261" height="6" /> <br /> <br/> <table width="90%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"><form action="/place-order/?type=22" method="post" enctype="multipart/form-data" name="checkoutForm" id="checkoutForm"> <input type="hidden" name="checkoutFormToggle" value="1" /> <input type="image" src="/images/order/button_checkout.gif" value="submit" /> </form></td> <td width="36%" valign="top"></td> </tr> </table> </body> <body> </body> </html> |
|
25-May-2008, 07:51 AM
#2 |
| <html> <head> <title>Mr. Broadway Kosher :: Place Order</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="Generator" content="AvatarVantage v.3.1.46 http://www.avatarnewyork.com" /> <link rel="stylesheet" type="text/css" href="mrb2.css" /> </head> <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" bgcolor="FFFFFF"> <div style="padding-top: 20px; padding-left: 20px;"> <table border="0" cellspacing="0" cellpadding="0" style="border: solid 3px #CCCCCC;"> <!--<tr> <td width="30"> </td> <td> </td> <td width="6"> </td> </tr>--> <tr> <!--<td width="30"> </td>--> <!--<td width="972" bgcolor="#FFFFFF" style="border: solid 0 #FFFFFF; border-left-width:1px; border-top-width:1px;">--> <td width="972" bgcolor="#FFFFFF"> <table width="972" border="0" cellpadding="0" cellspacing="0"> <tr> <td><img src="../images/masthead/mast_topleft.gif" width="424" height="7"></td> <td><img src="../images/masthead/mast_topright.gif" width="548" height="7"></td> </tr> </table> <table width="972" height="104" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="13" align="left" valign="top"><img src="../images/masthead/nav_topleft.gif" ></td> <td width="404" class="mastbg"><div align="center"><a href="index_1.html"><img border="0" src="../images/masthead/masthead_logo.gif" width="393" height="99"></a></div></td> <td width="16" class="mastbg"><div align="center"><img src="/images/masthead/mast_centerline.gif" width="1" height="88"></div></td> <td width="274" class="mastbg"><div align="center"><img src="../images/masthead/mast_finestglatt.gif"></div></td> <td width="10" class="mastbg"><div align="center"><img src="../images/masthead/mast_centerline.gif" width="1" height="50"></div></td> <td class="mastbg"><div align="center"><img src="../images/masthead/mast_glatt_kosher.gif"></div></td> <td width="12" align="right" valign="top" class="mastbg"><img src="../images/masthead/nav_topright.gif" ></td> </tr> </table> <table width="972" height="40" border="0" cellpadding="0" cellspacing="0" background="../images/masthead/nav_back.gif"> <tr> <td width="108"><div align="center"> <a href="index_1.html"><img src="../images/nav/button_home.gif" border="0"></a></div></td> <td width="108"><div align="left"> <a href="/place-order/"><img src="../images/nav/nav_placeorder.gif" width="59" height="8" border="0"></a></div></td> <td width="108"><div align="left"> <a href="company-orders/index.html"><img src="../images/nav/nav_companyorders.gif" width="81" height="8" border="0"></a></div></td> <td width="108"><div align="left"> <a href="javascript:if(confirm('https://www.mrbroadwaykosher.com/house-accounts/ \n\nThis file was not retrieved by BackStreet browser, because it is addressed on a domain or path outside the boundaries set for its Project. \n\nDo you want to open it from the server?'))window.location='https://www.mrbroadwaykosher.com/house-accounts/'"><img src="../images/nav/nav_houseaccounts.gif" width="80" height="8" border="0"></a></div></td> <td width="108"><div align="left"> <a href="catering/index.html"><img src="../images/nav/nav_catering.gif" width="43" height="8" border="0"></a></div></td> <td width="108"><div align="left"> <a href="directions/index.html"><img src="../images/nav/nav_directions.gif" width="52" height="8" border="0"></a></div></td> <td width="108"><div align="left"> <a href="kashrut/index.html"><img src="../images/nav/nav_kashrut.gif" width="41" height="8" border="0"></a></div></td> <!--<td><div align="center"><a href="our-clients/index.html"><img src="../images/nav/nav_clients.gif" width="57" height="8" border="0"></a></div></td>--> <td width="108"><div align="left"> <a href="our-story/index.html"><img src="../images/nav/nav_ourstory.gif" width="49" height="8" border="0"></a></div></td> <td width="108"><div align="left"> <a href="contact-us/index.html"><img src="../images/nav/nav_contactus.gif" width="54" height="8" border="0"></a></div></td> </tr> </table> <table width="972" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="12" valign="middle" class="sans8black"><div align="center"><img src="../images/parts/dots_horiz_strip_long.gif" width="730" height="6"></div></td> </tr> <tr> <td height="18" class="sans8black"><div align="center"> <a href="index.html" class="sans8black_noline">My Favorites</a> | </a> <a href="index.html_type=20.html" class="sans8black_noline">Soups</a> | </a><a href="index.html_type=21.html" class="sans8black_noline">Appetizers</a> | </a><a href="index.html_type=22.html" class="sans8black_noline">Side Dishes</a> | </a><a href="index.html_type=23.html" class="sans8black_noline">Salads</a> | </a><a href="index.html_type=24.html" class="sans8black_noline">Omelettes</a> | </a><a href="index.html_type=25.html" class="sans8black_noline">Deli</a> | </a><a href="index.html_type=26.html" class="sans8black_noline">Burgers</a> | </a><a href="index.html_type=29.html" class="sans8black_noline">Roast & Fried Chicken</a> | </a><a href="index.html_type=27.html" class="sans8black_noline">Mediterranean</a> | </a><a href="index.html_type=28.html" class="sans8black_noline">Entrees</a> | </a><a href="index.html_type=30.html" class="sans8black_noline">Chinese</a> | </a><a href="index.html_type=36.html" class="sans8black_noline">Sushi</a> | </a><a href="index.html_type=32.html" class="sans8black_noline">Desserts</a> | </a><a href="index.html_type=68.html" class="sans8black_noline">Drinks</a> | </a><a href="index.html_type=74.html" class="sans8black_noline">By the LB/Pcs</a> | </a><a href="index.html_type=91.html" class="sans8black_noline">Shabbos Special</a> | </a><a href="index.html_type=98.html" class="sans8black_noline">Catering</a> </a> </tr> </table> <table width="972" border="0" cellpadding="0" cellspacing="0"> <tr> <td><img src="../images/masthead/nav_bottomleft_yellow.gif" width="17" height="10"></td> <td> <div align="right"><img src="../images/masthead/nav_bottomright.gif" width="14" height="10"></div></td> </tr> </table> <table width="972" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="324"><img src="../images/parts/bar_yellow.gif" width="324" height="7"></td> <td width="506"><img src="../images/parts/bar_orange.gif" width="324" height="7"></td> <td width="142"><img src="../images/parts/bar_red.gif" width="324" height="7"></td> </tr> <tr> <td><img src="../images/category+pictures/hambu+1.jpg" width="324" height="48"></td> <td><img src="../images/category+pictures/hambu+5.jpg" width="324" height="48"></td> <td><img src="../images/category+pictures/hambu+3.jpg" width="324" height="48"></td> </tr> <tr> <td><img src="../images/categories/header_burger.gif" width="324" height="43"></td> <td><img src="../images/order/step2.gif" width="324" height="43"></td> <td><img src="../images/order/step3.gif" width="324" height="43"></td> </tr> </table> <table width="972" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="324" valign="top" style="border: solid 0 #EEBE37; border-right-width:1px;"><br> <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td class="subCategory" colspan="3">Mr. Broadway's Burger Corner</td> </tr> <tr> <td class="subCategoryDescription" colspan="3">Juicy burgers prepared from 100% lean ground beef </td> </tr> <tr> <td class="sans8black"><a href="index.html_type=26&pid=77&sid=54.html">Quarter Pounder</a></td> <!--<td valign="bottom"><img src="../images/order/dots_menu_horiz_short.gif"></td>--> <td valign="bottom" width="10%" style="background-image: url('/images/order/dots_menu_horiz_short.gif'); background-position: bottom; background-repeat: repeat-x;"></td> <td class="sans8black"> <div align="right"> 7.25 </div> </td> </tr> <tr> <td class="sans8black"><a href="index.html_type=26&pid=78&sid=54.html">Fresser Burger</a></td> <!--<td valign="bottom"><img src="../images/order/dots_menu_horiz_short.gif"></td>--> <td valign="bottom" width="10%" style="background-image: url('/images/order/dots_menu_horiz_short.gif'); background-position: bottom; background-repeat: repeat-x;"></td> <td class="sans8black"> <div align="right"> 8.95 </div> </td> </tr> <tr> <td class="sans8black"><a href="index.html_type=26&pid=79&sid=54.html"><b>Wally Burger Supreme</b></a></td> <!--<td valign="bottom"><img src="../images/order/dots_menu_horiz_short.gif"></td>--> <td valign="bottom" width="10%" style="background-image: url('/images/order/dots_menu_horiz_short.gif'); background-position: bottom; background-repeat: repeat-x;"></td> <td class="sans8black"> <div align="right"> 11.50 </div> </td> </tr> <tr> <td class="sans8black"><a href="index.html_type=26&pid=81&sid=54.html">Pastrami Burger Supreme</a></td> <!--<td valign="bottom"><img src="../images/order/dots_menu_horiz_short.gif"></td>--> <td valign="bottom" width="10%" style="background-image: url('/images/order/dots_menu_horiz_short.gif'); background-position: bottom; background-repeat: repeat-x;"></td> <td class="sans8black"> <div align="right"> 12.95 </div> </td> </tr> <tr> <td class="sans8black"><a href="index.html_type=26&pid=82&sid=54.html">Veal Burger Supreme</a></td> <!--<td valign="bottom"><img src="../images/order/dots_menu_horiz_short.gif"></td>--> <td valign="bottom" width="10%" style="background-image: url('/images/order/dots_menu_horiz_short.gif'); background-position: bottom; background-repeat: repeat-x;"></td> <td class="sans8black"> <div align="right"> 11.50 </div> </td> </tr> <tr> <td class="sans8black"><a href="index.html_type=26&pid=80&sid=54.html">Turkey Burger Supreme</a></td> <!--<td valign="bottom"><img src="../images/order/dots_menu_horiz_short.gif"></td>--> <td valign="bottom" width="10%" style="background-image: url('/images/order/dots_menu_horiz_short.gif'); background-position: bottom; background-repeat: repeat-x;"></td> <td class="sans8black"> <div align="right"> 11.50 </div> </td> </tr> <tr> <td class="sans8black"><a href="index.html_type=26&pid=491&sid=54.html">Big Boy Burger</a></td> <!--<td valign="bottom"><img src="../images/order/dots_menu_horiz_short.gif"></td>--> <td valign="bottom" width="10%" style="background-image: url('/images/order/dots_menu_horiz_short.gif'); background-position: bottom; background-repeat: repeat-x;"></td> <td class="sans8black"> <div align="right"> 13.50 </div> </td> </tr> <tr><td colspan="3"> </td></tr> </table> <p align="center"><img src="../images/parts/dots_horiz_strip_third.gif" width="261" height="6"></p> <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td class="sans8black"><img src="../images/specials/burgers.gif" height="27"><br> <img src="../images/products/burgers/burger+fries+sp.jpg" width="111" height="74"><br> <strong>Wally Burger Supreme</strong><br/> 8 oz of our lean beef burger served with french fries, fried onions, pickle, lettuce and tomato on the side <br/><strong>Cost: $11.50<br> <br> <a href="index.html_type=26&pid=79&sid=54.html"><img src="../images/order/button_order_now.gif" width="94" height="22" border="0"></a> </strong></td> </tr> </table> </td> <td width="324" valign="top" style="border: solid 0 #EB8022; border-right-width:1px;"><br> <form method="post" action="/place-order/?type=26" enctype="multipart/form-data" name="orderItemForm"> <input type="hidden" name="orderItemFormToggle" value="1"> <input type="hidden" name="mainItemID" value="79"> <input type="hidden" name="sid" value="54"> <input type="hidden" name="updateID" value="-1"> <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="35" valign="top" class="sans12orange">Wally Burger Supreme<br> <div class="sans8black" style="padding-top: 8px; padding-bottom: 15px;">8 oz of our lean beef burger served with french fries, fried onions, pickle, lettuce and tomato on the side <br/> </td> </tr> <tr> <td height="18" valign="top" class="sans8black"> <strong>Quantity</strong>: <select name=quantity><option value=1>1</option><option value=2>2</option><option value=3>3</option><option value=4>4</option><option value=5>5</option><option value=6>6</option><option value=7>7</option><option value=8>8</option><option value=9>9</option><option value=10>10</option></select> </td> </tr> <tr> <td height="18" valign="middle" class="sans8black"><img src="../images/parts/dots_horiz_strip_third.gif" width="261" height="6"></td> </tr> <tr> <td height="18" valign="top" class="sans8black"><strong>Temperature</strong>: <select name="optionsID[]"><option value="667">-Select Item-</option> <option value="666">Extra Well Done</option> <option value="663">Medium</option> <option value="662">Medium-Rare</option> <option value="664">Medium-Well</option> <option value="661">Rare</option> <option value="665">Well Done</option> </select> </td> </tr> <tr> <td height="18" valign="middle" class="sans8black"><img src="../images/parts/dots_horiz_strip_third.gif" width="261" height="6"></td> </tr> <tr> <td height="18" valign="top" class="sans8black"><strong>Place special request here: </strong></td> </tr> <tr> <td height="18" valign="top" class="sans8black"><textarea name="instructions" cols="30" rows="4"></textarea></td> </tr> <tr> <td height="18" valign="top" class="sans8black"><br> <input type="image" src="/images/order/button_addtoorder.gif" value="submit"> </td> </tr> </table> </form> <br> <table width="80%" border="0" align="center" cellpadding="0" cellspacing="0"> </table> </td> <td width="324" align="center" valign="top" style="border: solid 0 #EB8022; border-right-width:1px;"><br> <form method="post" action="/place-order/?type=26" enctype="multipart/form-data" name="myOrdersForm"> <input type="hidden" name="myOrdersFormToggle" value="1"> <table width="95%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="160" valign="center"><img src="../images/checkout/text_item.gif" width="31" height="18"></td> <td width="4" background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td width="31" valign="center"><div align="right"><img src="../images/checkout/text_price.gif" width="31" height="18"></div></td> <td width="5"> </td> <td width="3" background="../images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td width="31" valign="center"><div align="center"><img src="../images/checkout/text_qty.gif" width="31" height="18"></div></td> <td background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td width="48" valign="center"><div align="center"><img src="../images/checkout/text_remove.gif" width="48" height="18"></div></td> </tr> <tr> <td height="3" colspan="4" valign="top" background="../images/parts/dots_repeat_horiz.gif"></td> <td width="3" height="3" background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"></td> <td height="3" colspan="4" valign="top"></td> </tr> <tr> <td height="24" valign="top" class="sans8black"><strong>Total:</strong></td> <td width="4" background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top" class="sans8black"><div align="right">0.00</div></td> <td width="10" class="sans8black"> </td> <td width="3" background="../images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top"> </td> <td> </td> <td valign="top"> </td> <td> </td> </tr> <tr> <td height="3" colspan="4" valign="top" background="../images/parts/dots_repeat_horiz.gif"></td> <td width="3" height="3" background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"></td> <td height="3" colspan="4" valign="top"></td> </tr> <tr> <td height="24" valign="top" class="sans8black"><strong>5% Discount</strong></td> <td width="4" background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top" class="sans8black"><div align="right">-0.00</div></td> <td width="10" class="sans8black"> </td> <td width="3" background="../images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top"> </td> <td> </td> <td valign="top"> </td> <td> </td> </tr> <tr> <td height="3" colspan="4" valign="top" background="../images/parts/dots_repeat_horiz.gif"></td> <td width="3" height="3" background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"></td> <td height="3" colspan="4" valign="top"></td> </tr> <tr> <td height="24" valign="top" class="sans8black"><strong>Discounted Total</strong></td> <td width="4" background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top" class="sans8black"><div align="right">0.00</div></td> <td width="10" class="sans8black"> </td> <td width="3" background="../images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top"> </td> <td> </td> <td valign="top"> </td> <td> </td> </tr> <tr> <td height="3" colspan="4" valign="top" background="../images/parts/dots_repeat_horiz.gif"></td> <td background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"></td> <td colspan="4" valign="top"></td> </tr> <tr> <td height="24" valign="top" class="sans8black"><strong>Tax</strong></td> <td background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top" class="sans8black"><div align="right">0.00</div></td> <td width="10" class="sans8black"> </td> <td background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top"> </td> <td> </td> <td valign="top"> </td> <td> </td> </tr> <tr> <td height="3" colspan="4" valign="top" background="../images/parts/dots_repeat_horiz.gif"></td> <td background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"></td> <td colspan="4" valign="top"></td> </tr> <tr> <td height="24" valign="top" class="sans8black"><strong>Grand Total</strong> </td> <td width="4" background="/images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top" class="sans8black"><div align="right">0.00</div></td> <td width="10" class="sans8black"> </td> <td width="3" background="../images/parts/dots_repeat_vert.gif" style="background-repeat: repeat-y;"> </td> <td valign="top"> </td> <td> </td> <td valign="top"> </td> <td> </td> </tr> <tr> <td style="padding-top:10px" colspan="5" align="right"> <input type="image" src="/images/checkout/button_update_total.gif" value="submit"><br/> </td> </tr> </table> <br> <table width="80%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="36%" height="24" class="sans8black"><img src="../images/checkout/text_yourordertotal.gif" width="106" height="17"></td> <td width="64%" class="sans12black"><strong>$0.00</strong></td> </tr> </table> <br> <img src="../images/parts/dots_horiz_strip_third.gif" width="261" height="6"><br> <br> <img src="../images/checkout/text_timedate.gif" width="86" height="16"><br> <strong><span class="sans8black">When would you like your order?</span></strong><br> <table width="80%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="25%" height="24" class="sans8black"> <select name="orderDay" onChange="submit();"><option value="2008-05-25" >Sunday (May 25)</option><option value="2008-05-26" >Monday (May 26)</option><option value="2008-05-27" >Tuesday (May 27)</option><option value="2008-05-28" >Wednesday (May 28)</option><option value="2008-05-29" >Thursday (May 29)</option><option value="2008-05-30" >Friday (May 30)</option></select> </td> <td width="75%" class="sans10black"><span class="sans8black"> <select name="orderTime" onChange="submit();"><option value="ASAP" >ASAP</option><option value="6:00am" >6:00am</option><option value="6:30am" >6:30am</option><option value="7:00am" >7:00am</option><option value="7:30am" >7:30am</option><option value="8:00am" >8:00am</option><option value="8:30am" >8:30am</option><option value="9:00am" >9:00am</option><option value="9:30am" >9:30am</option><option value="10:00am" >10:00am</option><option value="10:30am" >10:30am</option><option value="11:00am" >11:00am</option><option value="11:30am" >11:30am</option><option value="12:00pm" >12:00pm</option><option value="12:30pm" >12:30pm</option><option value="1:00pm" >1:00pm</option><option value="1:30pm" >1:30pm</option><option value="2:00pm" >2:00pm</option><option value="2:30pm" >2:30pm</option><option value="3:00pm" >3:00pm</option><option value="3:30pm" >3:30pm</option><option value="4:00pm" >4:00pm</option><option value="4:30pm" >4:30pm</option><option value="5:00pm" >5:00pm</option><option value="5:30pm" >5:30pm</option><option value="6:00pm" >6:00pm</option><option value="6:30pm" >6:30pm</option><option value="7:00pm" >7:00pm</option><option value="7:30pm" >7:30pm</option><option value="8:00pm" >8:00pm</option><option value="8:30pm" >8:30pm</option><option value="9:00pm" >9:00pm</option></select> </span></td> </tr> </table> </form> <img src="../images/parts/dots_horiz_strip_third.gif" width="261" height="6"> <br> <br/> <table width="90%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"> <form method="post" action="/place-order/?type=26" enctype="multipart/form-data" name="checkoutForm"> <input type="hidden" name="checkoutFormToggle" value="1"> <input type="image" src="/images/order/button_checkout.gif" value="submit"> </form> </td> <td width="36%" valign="top"> </td> </tr> </table></td> </tr> </table> </td> </tr> </table> <table width="972" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="43" valign="middle" background="../images/masthead/footer_bar.gif" class="sans8gray"><div align="center"> <p><span>Copyright 2005. All rights reserved. </span> | <a href="private-policy/index.html" class="sans8gray_noline">Privacy Policy</a> | <a href="terms-conditions/index.html" class="sans8gray_noline">Terms & Conditions</a> | <a href="faq/index.html" class="sans8gray_noline">FAQ</a> | <a href="sitemap/index.html" class="sans8gray_noline">Sitemap</a></p> </div></td> </tr> </table> </td> <!--<td width="6" background="../images/border/border_right.gif"></td>--> |
|
25-May-2008, 07:51 AM
#3 |
| </tr> <!--<tr> <td width="30"> </td> <td width="972" height="6"background="../images/border/border_bottom.gif"><img src="../images/spacer.gif" height="6"></td> <td width="6" align="left" valign="top"><img src="../images/border/border_corner.gif" width="6" height="6"></td> </tr>--> </table> <br/><div class="sans8black">Site designed by <a href="javascript:if(confirm('http://www.avatarnewyork.com \n\nThis file was not retrieved by BackStreet browser, because it is addressed on a domain or path outside the boundaries set for its Project. \n\nDo you want to open it from the server?'))window.location='http://www.avatarnewyork.com'"><u>Avatar New York</u></a></div><br/> </div> </body> </html> |
|
02-Jun-2008, 01:14 AM
#4 |
| Download Firefox, Then get firebug. It will tell you what is happening on the page. Also did you steal this design from Avatar New York? Next time please post this stuff with the HTML BBCode tags. Also what code is doing anything? there is nothing on that page to do anything with the form, unless i'm missing something. Or oyu are doing the add on the server with php or something, in which case there is nothing there that seems to laod anything from external sources. If that is everything you have there, then you need to actually write some code to do something not just flat html. Correct me if i'm wrong. Harry
__________________ LQD Internet Limited We've just got better! With the launch of our new site we have SLASHED our prices and upped the offering. Check it out! 10% Discount for ALL Tech Support Guy Members Simply use the promo code of "T3CHGUY" when ordering to recieve your 10% discount on all shared and reseller hosting packages. |
![]() |

| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |

| Thread Tools | |
| |
| You Are Using: |
Advertisements do not imply our endorsement of that product or service. All times are GMT -4. The time now is 01:09 AM. Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved. Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd. Search Engine Optimization by vBSEO 3.1.0 | |





