Hi,
I have the following script
[HTML]<select name="l" onchange="submi tForm1();">[/HTML]
This script is working on firefox but not in IE6.
Can anybody tell me why this is happening and the alternative solution to perform the same function.
Thanks
I have the following script
Code:
function submitForm1() { document.forms[0].action="SearchRecords"; document.forms[0].submit(); }
This script is working on firefox but not in IE6.
Can anybody tell me why this is happening and the alternative solution to perform the same function.
Thanks
Comment