FrontPage adding to code

N

nellie

Hi there

I have just uploaded my ecommerce web site and am having problems with
my "Add To Cart" buttons.

I checked the code for them, and found that FrontPage, on uploading,
has added a consecutive number to the sid on each and every button
code.

Before
"sid" value="nelliebellecraft_com_au"

After
"sid43" value="nelliebellecraft_com_au"

Why is it doing this, how is it doing this and what am I missing?

Janelle
 
S

Stefan B Rusynko

Because you Must have unique ids for each form button w/i a form

If the ID must be sid for your cart to work, create a form for each button
--




|
| Hi there
|
| I have just uploaded my ecommerce web site and am having problems with
| my "Add To Cart" buttons.
|
| I checked the code for them, and found that FrontPage, on uploading,
| has added a consecutive number to the sid on each and every button
| code.
|
| Before
| "sid" value="nelliebellecraft_com_au"
|
| After
| "sid43" value="nelliebellecraft_com_au"
|
| Why is it doing this, how is it doing this and what am I missing?
|
| Janelle
|
|
|
| --
| nellie
| ------------------------------------------------------------------------
| Posted via http://www.forum4designers.com
| ------------------------------------------------------------------------
| View this thread: http://www.forum4designers.com/message217313.html
|
 
K

Kevin Spencer

Could you post the entire button code, please? We have no context for what
"sid" means in this example. Start with the "<" and end with the ">".

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top