
Quick Links:
Empeg FAQ
|
RioCar.Org
|
Hijack
|
BigDisk Builder
|
jEmplode
|
emphatic
Repairs: Repairs
|
#291129 - 05/12/2006 03:49
Re: Help with HTML form in Opera and IE6
[Re: hybrid8]
|
carpal tunnel
Registered: 29/08/2000
Posts: 14507
Loc: Canada
|
Quote: The problem is like I suspected, the 'value' attribute isn't being sent by IE nor Opera.
For the email form I simply put in a hidden input with the same name "actn" and the value "submit" - so when the form gets submitted, "actn" always has the value "submit"
For the shopping cart I can't do this as easily because when that gets submitted it has to support various values for all the functionality I have in there. I will have to try to put in a hidden input element on the fly at the time of the submit, if I can. Hmmm... Will have to go through the source carefully again.
I wonder if, instead of value "submit", the button could trigger some javascript to set/save the necessary data, and then do a submit action? Dunno. Total neophyte here.
Cheers
|
Top
|
|
|
|
|
|
|