January 01, 2002
Lab Note | Electronic Commerce with SoftCart (Web Techniques, Oct 1996)
Web Techniques: Figure 2
Figure 2
Original and SoftCart-modified HTML files.
| Original HTML File |
<html> <head> <title>Product1 Page</title> </head> <body> <center> <h2>Product1</h2> <hr> <img src="/mystore/product1.gif" height=142 width=258> </center> <hr> <font size=+1> <br>(Your Ad Copy Here) <br>Create as many of these pages as you need. <UL> <LI><a href="ADDTOCART#/mystore/showcart.html" product="wdgt101">Widget Model 101</a><br> <LI><a href="ADDTOCART#/mystore/showcart.html" product="wdgt202">Widget Model 202</a><br> <LI><a href="ADDTOCART#/mystore/showcart.html" product="wdgt303">Deluxe Model 303</a> Our finest! </UL> <br> Made in the U.S.A. <hr> <center> <a href="/mystore/showcart.html"> <img src="/mystore/viewcart.gif" alt="View Cart"></a> <hr> <a href="/mystore/shophome.html">PRIMARY PAGE</a> </center> <hr> </font> </body> </html>
|
| SoftCart-Generated File |
<html> <head> <title>Product1 Page</title> </head> <body> <center> <h2>Product1</h2> <hr> <img src="/mystore/product1.gif" height=142 width=258> </center> <hr> <font size=+1> <br>(Your Ad Copy Here) <br>Create as many of these pages as you need. <UL> <LI><a href="/cgi/vsc.cgi/mystore/showcart.html?A+mystore+pady1234+wdgt101">Widget Model 101</a><br> <LI><a href="/cgi/vsc.cgi/mystore/showcart.html?A+mystore+pady1234+wdgt202">Widget Model 202</a><br> <LI><a href="/cgi/vsc.cgi/mystore/showcart.html?A+mystore+pady1234+wdgt303">Deluxe Model 303</a> Our finest! </UL> <br> Made in the U.S.A. <hr> <center> <a href="/cgi/vsc.cgi/mystore/showcart.html?L+mystore+pady1234"> <img src="/mystore/viewcart.gif" alt="View Cart"></a> <hr> <a href="/cgi/vsc.cgi/mystore/shophome.html?L+mystore+pady1234">PRIMARY PAGE</a> </center> <hr> </font> </body> </html> |
Previous Page |
1
|
2
|
3
|
4
|
5
Next Page