Hello, I want to change the value of an hidden field I'm doing a OnChange on a select field : OnChange="new_value()" And the function is : <script language="JavaScript1.2"> function new_value(); document.name_form.name_hidden.value = document.name_form.name_select.value; } </script> It work with MSIE but not with Netscape. Do you know what's wrong ? Thanks Sorry for my englishReceived on Tuesday, 18 July 2000 05:57:44 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 6 April 2009 12:59:10 GMT