Can I use Button-form to move to an another page on my pages?

S

sauli

Hi,

I'm trying to create a simple form to index-page mostly to seem as you have
to know the password in order to get to my pages, including text box as
password field and Log In-button to move to next page.

I have validated the text box field that it has to be equal to "password",
and Log in button like it was a hyperlink to next page. I cannot manage to
get the hyperlink work even if there was only this button (without text box)
and by clicking it you'd get to next page. Now I'm wondering if it's even
possible to use buttons like this, like hyperlinks? And would it be possible
to make this kind of "password field" work?

Regars,
Satu U.
 
S

Stefan B Rusynko

You don't hyperlink the form button
- you set the form properties to send to a page to use server side script to check the password and then based on the results allow
access or not

If using a Windows server see
http://support.microsoft.com/kb/825498/en-us
or http://support.microsoft.com/default.aspx?scid=321439




| Hi,
|
| I'm trying to create a simple form to index-page mostly to seem as you have
| to know the password in order to get to my pages, including text box as
| password field and Log In-button to move to next page.
|
| I have validated the text box field that it has to be equal to "password",
| and Log in button like it was a hyperlink to next page. I cannot manage to
| get the hyperlink work even if there was only this button (without text box)
| and by clicking it you'd get to next page. Now I'm wondering if it's even
| possible to use buttons like this, like hyperlinks? And would it be possible
| to make this kind of "password field" work?
|
| Regars,
| Satu U.
|
 

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