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

  • Thread starter Thread starter igor
  • Start date Start date
Thanks for the additional info. As for what Enter does, in the simple
version at http://www.rxs-enterprises.org/tests/jspass/simple.htm, Enter
clears the box even if the correct word is entered, at least on my machine
with MSIE6 -- unless focus is on the "Go" button

I think I'll try the 2-box version with "text for input type. Again,
thanks. -- Igor
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top