|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
submit
Hi, I have the following sentence in one of my pages:
<select name="pais" onchange="submit();"> and is not workin, and I have no idea why. I have a test page on http://www.abctango.com/guias/form_profesionales2.php Can anyone tell me what am I doing wrong? Thnx |
|
#2
|
||||
|
||||
|
RE: submit
Tyr using document.form_name.submit() instead of just submit. (Substituting the actual form name for "form_name".)
|
|
#3
|
|||
|
|||
|
RE: submit
Agreed....
<form method="post" action="test.php" name="infoForm"> . . . . . align="right"><strong>Pais:</strong></div></td> <td><select name="pais" onchange="javascript:infoForm.submit();"> is the way I'd do it. |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > submit |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|