I'm having a problem getting the values to pass in my javascript portion of this select/option tag:
$kc_tbl = $_GET['kc_tbl'];
<select name='table' onChange=\"$kc_tbl = 'document.form1.option[selectedIndex].name';
top.location.href='$PHP_SELF?id=0&sort_by=ID&sort_asc=1&formtype=NEW&kc_tbl=$kc_tbl';\">
<option name='Aug2004Releases'>August 2004</option>
<option name='Nov2004Releases'>November 2004</option></select>
I just want to change the value of $kc_tbl to whatever name I select from the list