
April 12th, 2000, 09:22 AM
|
|
Junior Member
|
|
Join Date: Apr 2000
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Hi everyone,
need urgent help...
I am running a js-driven form with the following code and calling a php-script which need a special var to be set (view=):
<a href="javascript:document.the_form.submit();" onClick="javascript:window.document.the_form.view.value=1;return true;">
IE is handling all very nice, but not netscape. NS simply ignores my onClick.
Can anyone tell me why and how to bypass this problem.
The form has got several submit statements with each a different view-value.
Thanks a lot for any response. It's driving me nuts already.
|