|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Button doesn't seem to work
The submit button won't call the next form and I can't seem to figure out why? Could you please help. Thanks.
<?php <FORM ACTION=welcome.php" method="get"> First Name:<input type="text" name=firstname" /><br/> Last Name:<input type="text" name="lastname" /><br/> <input type="submit" value="GO" /> </FORM> ?> |
|
#2
|
|||
|
|||
|
RE: Button doesn't seem to work
Try "POST" and not "GET"
|
|
#3
|
|||
|
|||
|
RE: Button doesn't seem to work
You're missing the opening quote(") after 'action='.
|
|
#4
|
|||
|
|||
|
RE: Button doesn't seem to work
Thanks for the help. Once I took the php out it works fine. I really appreciate any help I can get. Thanks once again.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Button doesn't seem to work |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|