Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: Submitting forms


Message #1 by "Omar FALL" <diambar@h...> on Mon, 3 Feb 2003 20:39:45
> I am having a problem with one of my forms.
> When I enter a ticket number and 'click' on the submit button, the form
> works fine. But when I enter a ticket number and 'press' the 'Enter' key,
> it returns a blank page.
>
> What is it that i am missing? All the other forms on my website work fine
> with the 'Enter' key.


I don't see any PHP code in here, presumably it's the PHP script that's
*receiving* the posted form data that's interesting, no?

If your javascript check function isn't displaying the alert, it's returning
true, so your form should be submitted.

nik


  Return to Index