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

R

Ronx

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">
 
I

igor

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

Top