WhiteTiger
Programmer
Ok, I have a select box which has this coding scheme...
<select onChange="PopUpName=window.open('','PopUpName');PopUpName.location=options[selectedIndex].value;">
<option>--Check Request Forms--</option>
<option value="<option value=" Resource Group</option>
</select>
BUT...I need this page to refresh afterwards to reset the select box. I dont know how to make this call a sub which will include a window.location.href.reload()
Basically...I need to press a button, popup the according form that I am loading, and the main page refresh to reset all the select boxes...can someone help me with this? Regards,
Anth
ny
<select onChange="PopUpName=window.open('','PopUpName');PopUpName.location=options[selectedIndex].value;">
<option>--Check Request Forms--</option>
<option value="<option value=" Resource Group</option>
</select>
BUT...I need this page to refresh afterwards to reset the select box. I dont know how to make this call a sub which will include a window.location.href.reload()
Basically...I need to press a button, popup the according form that I am loading, and the main page refresh to reset all the select boxes...can someone help me with this? Regards,
Anth