|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
Automatically Submit form after selected
Alright, Ive seen on a couple sites they have a select box where after you make the selection it automatically submits the form and the action for what you selected happens. Can anyone show me how to do this?
Thanks (Also not sure if this should go here or in client side) |
|
#2
|
|||
|
|||
|
Message Moved
Thread moved from 'PHP Coding' to 'Client Side Things' by zombie.
Reason: |
|
#3
|
|||
|
|||
|
RE: Automatically Submit form after selected
you need to use javascript by including an onChange event in the select box.
<select name="myselect" onChange="document.myform.submit();"> |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Automatically Submit form after selected |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|