Hi there,
Could someone tell me how I can submit from a menu and have my php script reloaded once an option is selected.
Is there some onClick="submit(); or onSelect="submit(); type command I can use to make this happen?
For instance I know for a radio button this would work:
<input type="radio" name="option" value="queryByLabels" onClick="submit();">
Any help would be greatly appreciated.
Thanks,
-Steph