reptilemart
08-07-2002, 06:37 AM
Hello,
I am trying to get my website ready to upload to the correct URL, however I am having some problems finishing it off.
I am using a Javascript shopping cart to control the shopping features of the site, however the final form before order submission retreives data from previous html pages and loads the data into a table. Under this preloaded table I have a form which needs to be filled out.
The problem is that whenever I hit the submit button, it submits the part of the form that needs to be filled out (shipping and Credit Card details) and not the actual order (pre-loaded from other pages within the site)
This is the part of the code that controls the form and mailto pieces:
<hr size="1" color="000000">
<B><P>The following items are in your cart:</B>
<NOBR>
<SCRIPT>
GetFromCart();
</SCRIPT>
</NOBR>
<form action="mailto:reptilemart@optusnet.com.au?subject=CustomerOrder" method="POST" enctype="Text/Plain" name="Customer Order" target=">
Any help with the website would be greatly appreciated.
You can find the testsite at:
http://members.optushome.com.au/roeleven/testsite
p.s. Don't worry I plan on adding SSL to the submission page.
Thanks in advance,
Peter.
I am trying to get my website ready to upload to the correct URL, however I am having some problems finishing it off.
I am using a Javascript shopping cart to control the shopping features of the site, however the final form before order submission retreives data from previous html pages and loads the data into a table. Under this preloaded table I have a form which needs to be filled out.
The problem is that whenever I hit the submit button, it submits the part of the form that needs to be filled out (shipping and Credit Card details) and not the actual order (pre-loaded from other pages within the site)
This is the part of the code that controls the form and mailto pieces:
<hr size="1" color="000000">
<B><P>The following items are in your cart:</B>
<NOBR>
<SCRIPT>
GetFromCart();
</SCRIPT>
</NOBR>
<form action="mailto:reptilemart@optusnet.com.au?subject=CustomerOrder" method="POST" enctype="Text/Plain" name="Customer Order" target=">
Any help with the website would be greatly appreciated.
You can find the testsite at:
http://members.optushome.com.au/roeleven/testsite
p.s. Don't worry I plan on adding SSL to the submission page.
Thanks in advance,
Peter.