Gemini32
07-23-2003, 03:29 PM
Hi Everyone
I'm new to this code writing of HTML and I'm designing a form and I'm almost there but this problem has arise and I've done seaches, read and not luck..So I turned to the experts of this board.
My Question is:
I have an add button at the end of each row of my 4 column (31 rows). I can link my add button no problme but I want to add whats in the other three columns, ( this will also go for the other 31 rows as well)
I'm not sure if this makes since but I'm trying to design a shopping cart for my web site. You click the add button and will put the part #, the description, price of the product. I haven't figure out how to add the sales tax to the amount and then add it up or click on a button to continue on shopping.
I'd be very thankful of any assistance for this problem of mine (I'm on the verge of just finding a wall and start the head banging....hahhahahahah) Been working on this now for months...and I'm stumped, tried the seaches on this board,HTML goodies site, Google seach, reading books here. No luck... I send thank you's ahead of any help from this absolutely postively marvolous and genius of this board
:) Gemini32:)
This is what I have of the code for the shopping cart listed below: ( didn't include all 31 rows)
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Parts</title>
<style>
</style>
<base target="_top">
</head>
<body>
</td>
<td align="right"><p> </td> </p>
<p align="center"><font face="Arial" size="5">Parts</font></p>
<p align="center"> </p>
<p align="left"> </p>
<p align="right"><font size="4"><b> </b></font><br>
</p>
<table cellpadding="0" cellspacing="4" width="282" align="left">
<tr>
<td align="center" width="613">
<table style="font-size: 12pt; border-collapse: collapse" bgcolor="#0080FF" border="1" cellspacing="0" width="424" bordercolorlight="#0080FF" bordercolor="#0080FF" cellpadding="0" bordercolordark="#0080FF" height="716">
<tr>
<td> </td>
<th bgcolor="#0080FF" colspan="4" bordercolor="#0080FF" bordercolorlight="#0080FF" bordercolordark="#0080FF" width="689" height="19"> </th>
</tr>
<tr style="font-size: 10pt; font-weight: bold">
<td nowrap bgcolor="#DDDDDD" width="117" height="15"> </td>
<td align="center" nowrap bgcolor="#DDDDDD" width="465" height="15">
<p align="left"> </td>
<td align="center" nowrap bgcolor="#DDDDDD" colspan="2" width="179" height="15"> </td>
</tr>
<tr style="font-size: 12pt" title="Out of Stock">
<td nowrap align="left" bgcolor="#FFFFFF" width="117" height="19">
<p align="center">Part #</td>
<td align="left" bgcolor="#FFFFFF" width="465" height="19">
<p align="center">Description</td>
<td width="121" nowrap align="right" bgcolor="#FFFFFF" height="19">
<p align="center">Price (Canadian)</td>
<td nowrap align="center" bgcolor="#FFFFFF" width="126" height="19">
Add To List</td>
</tr>
<tr>
<td nowrap align="center" bgcolor="#DFEFFF" width="117" height="19">
4567</a></td>
<td nowrap align="left" bgcolor="#DFEFFF" width="117" height="19">
CPU</td>
<td width="121" nowrap align="center" bgcolor="#DFEFFF" height="19">
67.90</td>
<td nowrap align="center" bgcolor="#DFEFFF" width="126" height="19" class="AddItem">
<a target="_top" href="shoplist.htm">
<img border="0" src="add.gif" alt="Add Item" width="37" height="15"></a></a></a></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
I'm new to this code writing of HTML and I'm designing a form and I'm almost there but this problem has arise and I've done seaches, read and not luck..So I turned to the experts of this board.
My Question is:
I have an add button at the end of each row of my 4 column (31 rows). I can link my add button no problme but I want to add whats in the other three columns, ( this will also go for the other 31 rows as well)
I'm not sure if this makes since but I'm trying to design a shopping cart for my web site. You click the add button and will put the part #, the description, price of the product. I haven't figure out how to add the sales tax to the amount and then add it up or click on a button to continue on shopping.
I'd be very thankful of any assistance for this problem of mine (I'm on the verge of just finding a wall and start the head banging....hahhahahahah) Been working on this now for months...and I'm stumped, tried the seaches on this board,HTML goodies site, Google seach, reading books here. No luck... I send thank you's ahead of any help from this absolutely postively marvolous and genius of this board
:) Gemini32:)
This is what I have of the code for the shopping cart listed below: ( didn't include all 31 rows)
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Parts</title>
<style>
</style>
<base target="_top">
</head>
<body>
</td>
<td align="right"><p> </td> </p>
<p align="center"><font face="Arial" size="5">Parts</font></p>
<p align="center"> </p>
<p align="left"> </p>
<p align="right"><font size="4"><b> </b></font><br>
</p>
<table cellpadding="0" cellspacing="4" width="282" align="left">
<tr>
<td align="center" width="613">
<table style="font-size: 12pt; border-collapse: collapse" bgcolor="#0080FF" border="1" cellspacing="0" width="424" bordercolorlight="#0080FF" bordercolor="#0080FF" cellpadding="0" bordercolordark="#0080FF" height="716">
<tr>
<td> </td>
<th bgcolor="#0080FF" colspan="4" bordercolor="#0080FF" bordercolorlight="#0080FF" bordercolordark="#0080FF" width="689" height="19"> </th>
</tr>
<tr style="font-size: 10pt; font-weight: bold">
<td nowrap bgcolor="#DDDDDD" width="117" height="15"> </td>
<td align="center" nowrap bgcolor="#DDDDDD" width="465" height="15">
<p align="left"> </td>
<td align="center" nowrap bgcolor="#DDDDDD" colspan="2" width="179" height="15"> </td>
</tr>
<tr style="font-size: 12pt" title="Out of Stock">
<td nowrap align="left" bgcolor="#FFFFFF" width="117" height="19">
<p align="center">Part #</td>
<td align="left" bgcolor="#FFFFFF" width="465" height="19">
<p align="center">Description</td>
<td width="121" nowrap align="right" bgcolor="#FFFFFF" height="19">
<p align="center">Price (Canadian)</td>
<td nowrap align="center" bgcolor="#FFFFFF" width="126" height="19">
Add To List</td>
</tr>
<tr>
<td nowrap align="center" bgcolor="#DFEFFF" width="117" height="19">
4567</a></td>
<td nowrap align="left" bgcolor="#DFEFFF" width="117" height="19">
CPU</td>
<td width="121" nowrap align="center" bgcolor="#DFEFFF" height="19">
67.90</td>
<td nowrap align="center" bgcolor="#DFEFFF" width="126" height="19" class="AddItem">
<a target="_top" href="shoplist.htm">
<img border="0" src="add.gif" alt="Add Item" width="37" height="15"></a></a></a></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>