| Marshall Dudley 2005-10-24, 6:22 pm |
| I have a customer using dreamweaver who is unable to get the post code
we supply her to work because Dreamweaver corrupts it. The code is a
post button, but Dreamweaver is changing the characters (IE a < to a
<) so the form code displays instead of the form displaying and
functioning
IE
<form method="post"
action="http://www.king-cart.com/cgi-bin/cart.cgi"><br>
<input type=hidden name=store value=nextie><br>
<font face="Arial" size=2>Quantity:</font>
<input type=text name="item-1" size="3"
value="1"><br><br>
<input type="submit" name="add_to_cart_button.x"
value="ADD TO CART"><br>
</form>
I have instructed her to turn off url encoding and code rewriting, but
that did not help. Can anyone tell me how to tell her to paste the
correct form code into dreamweaver without it corrupting it so it will
work?
Thanks,
Marshall
|