![]() |
|
|
Pass Hidden form values in ASPBelow highlighted in red is what the HTML for a hidden form value looks like. As you can see
it's almost the same as the HTML form textbox below it. The major difference is that the hidden form value isn't visible to the user.
Using a hidden form value comes in handy for such things as logins,
where you have a username and password textbox. If the forms action
is to send its values to the same page (ie self referencing) then
by using a hidden form value you can monitor whether the user
has clicked on the submit button and thus filled in the form. <% Have a look at the tutorial ASP
Password Protect for a more detailed explanation and example.
Site developed by Michael Wall - Web Design Belfast N.Ireland. |
|