k-za
08-05-2003, 03:14 PM
I have a input SELECT in my PHP source, and the onchange event doesn't work: here is the code:
<select style='width: 200' name='client' onchange='eval(location.replace('aff_main.php?id=$aff_id&client='+this.options[this.selectedIndex].value));'>
It seems like "this.options..." is not evaluated.... Have I forgotten something????
Thanks for your help!!
<select style='width: 200' name='client' onchange='eval(location.replace('aff_main.php?id=$aff_id&client='+this.options[this.selectedIndex].value));'>
It seems like "this.options..." is not evaluated.... Have I forgotten something????
Thanks for your help!!