N
nellie
Thank you for your answers Stefan and Kevin, yet I am still struggling
with this...
Here is the code in context, and each button is contained within a form
of its own, in a table of its own...yet FrontPage is adding a number to
each one.
Before
[table cellpadding="0" cellspacing="0" style="position: absolute; left:
779px; top: 436px; width:106px; height:24px" height="38" id="table61"
width="106"]
[!-- MSTableType="layout" --]
[tr]
[td height="38" width="106" valign="top" style="position: absolute;
z-index:1"][form action="http://sitenshop.com.au/addCart.php"
method="post"]
[input name="iid" value="02321" type="hidden"]
[input name="sid" value="nelliebellecraft_com_au" type="hidden"]
[input name="return_url"
value="http://www.nelliebellecraft.com.au/canvas.htm" type="hidden"]
[input name="Qty" size="2" maxlength="2" value="1" type="text"
style="font-family: Tahoma; font-size: 8pt"][input value="Add To Cart"
type="submit" style="width: 70; height: 17; font-size:
8pt"][/form][/td]
[/tr]
[/table]
After
[table cellpadding="0" cellspacing="0" style="position: absolute; left:
779px; top: 436px; width:106px; height:24px" height="38" id="table61"
width="106"]
[!-- MSTableType="layout" --]
[tr]
[td height="38" width="106" valign="top" style="position: absolute;
z-index:1"][form action="http://sitenshop.com.au/addCart.php"
method="post"]
[input name="iid" value="02321" type="hidden"]
[input name="sid35" value="nelliebellecraft_com_au" type="hidden"]
[input name="return_url"
value="http://www.nelliebellecraft.com.au/canvas.htm" type="hidden"]
[input name="Qty" size="2" maxlength="2" value="1" type="text"
style="font-family: Tahoma; font-size: 8pt"][input value="Add To Cart"
type="submit" style="width: 70; height: 17; font-size:
8pt"][/form][/td]
[/tr]
[/table]
I had to substitute [] for <> because the message would not post on
this board otherwise.
Sometimes the input name = "sid" gets added to, other times all
four input name = gets added to (the same number for all four
within the form)
I just don't know what to do...
Janelle
with this...
Here is the code in context, and each button is contained within a form
of its own, in a table of its own...yet FrontPage is adding a number to
each one.
Before
[table cellpadding="0" cellspacing="0" style="position: absolute; left:
779px; top: 436px; width:106px; height:24px" height="38" id="table61"
width="106"]
[!-- MSTableType="layout" --]
[tr]
[td height="38" width="106" valign="top" style="position: absolute;
z-index:1"][form action="http://sitenshop.com.au/addCart.php"
method="post"]
[input name="iid" value="02321" type="hidden"]
[input name="sid" value="nelliebellecraft_com_au" type="hidden"]
[input name="return_url"
value="http://www.nelliebellecraft.com.au/canvas.htm" type="hidden"]
[input name="Qty" size="2" maxlength="2" value="1" type="text"
style="font-family: Tahoma; font-size: 8pt"][input value="Add To Cart"
type="submit" style="width: 70; height: 17; font-size:
8pt"][/form][/td]
[/tr]
[/table]
After
[table cellpadding="0" cellspacing="0" style="position: absolute; left:
779px; top: 436px; width:106px; height:24px" height="38" id="table61"
width="106"]
[!-- MSTableType="layout" --]
[tr]
[td height="38" width="106" valign="top" style="position: absolute;
z-index:1"][form action="http://sitenshop.com.au/addCart.php"
method="post"]
[input name="iid" value="02321" type="hidden"]
[input name="sid35" value="nelliebellecraft_com_au" type="hidden"]
[input name="return_url"
value="http://www.nelliebellecraft.com.au/canvas.htm" type="hidden"]
[input name="Qty" size="2" maxlength="2" value="1" type="text"
style="font-family: Tahoma; font-size: 8pt"][input value="Add To Cart"
type="submit" style="width: 70; height: 17; font-size:
8pt"][/form][/td]
[/tr]
[/table]
I had to substitute [] for <> because the message would not post on
this board otherwise.
Sometimes the input name = "sid" gets added to, other times all
four input name = gets added to (the same number for all four
within the form)
I just don't know what to do...
Janelle