J
|
Jane 10/16/2006 |
Hi,
<input type="Hidden" name="SearchField" value="F1"> |
|
samsp 10/20/2006 |
Hi, you can do the following:
|
|
samsp 10/20/2006 |
ok, here is the sulution:
and replace frmSearch.SearchOption.value = document.getElementById('ctlSearchOption').options[document.getElementById('ctlSearchOption').selectedIndex].value; with frmSearch.SearchOption.value = document.getElementById('ctlSearchOption').value;
|
J
|
Jane 10/23/2006 |
Sam, |