Forums
This topic is locked
3 questions for behavior
12 Jul 2002 01:24:29 r l posted:
1. Everytime I modify my INSERT A RECORD behavior, i keep on getting a "...editoperations.js:taglist[j] has no properties."2. for SAVE CART TO TABLE, when I change my CONNECTION, i keep on getting the "SQL type number "M" is not in map." error message.
3. I cant make my record store the value of my radio button. <input type="hidden" name=Shipmethod value="<%=Request.querystring("paymeth"%>">
Instead of the value "Credit Card" it stores nothing, or when I change the statement to <input type="hidden"...value=Paymeth> it store the value "Paymeth" where my radio script:
<input type="radio" name=Paymeth value="Credit Card">
<input type="radio" name=Paymeth value="Check">
<input type="radio" name=Paymeth value="Personal">
Thank you. please send also your reply to
<--begin-gineer
Edited by - lothor on 12 Jul 2002 20:46:42