"go to page" form with fill-in text box field

  • Thread starter Thread starter igor
  • Start date Start date
Thanks for that report - the simple.htm page now works as you would
expect.
Change the <form tag to
<form name="logon" onsubmit="openSesame();return false;">
and the button becomes
<input type="submit" value="Go" name="B1">
 
Thank you. I've been able to find a handful of form examples like this for
pw-like protection and yours now is the only one with a single text box
that I can find that actually works with Enter when the focus is in the
box. The opensasame function does the trick. Again, thanks. -- Igor
 
Back
Top