Posted by Steven Saunderson on 07/13/06 11:05
On 13 Jul 2006 03:48:14 -0700, "Robert S"
<robert.spam.me.senseless@gmail.com> wrote:
> I think you have the hang of the problem. There are a lot of <input>
> controls on the page and they all need to be submitted when any of the
> "submit" buttons are pressed. The first "submit" button on the page is
> the one that gets "pressed" when a user presses "Enter". I might try
> creating a hidden button that refreshes the page when a user presses
> Enter. That will prevent any damage from occurring. Anyone like to
> tell me how to create a hidden "submit" button?
I put a dummy button after the text boxes :
<input type="submit" name="none" value="" style="visibility:hidden">
HTH
--
Steven
Navigation:
[Reply to this message]
|