I have a form with a drop down list..
When the user selects the value from the list I want it to refresh
automatically, as if the user has pressed submit...
I have named the form 'test' and added onchange="test. submit();"
to the Select field.. as so :
<select size="1" name="search" onchange="frmte st.submit();">
In HTML / ASP this works... In PHP it fails...
Any Ideas ?
Thanks
When the user selects the value from the list I want it to refresh
automatically, as if the user has pressed submit...
I have named the form 'test' and added onchange="test. submit();"
to the Select field.. as so :
<select size="1" name="search" onchange="frmte st.submit();">
In HTML / ASP this works... In PHP it fails...
Any Ideas ?
Thanks
Comment