Quote:
Originally Posted by robohalo22
I need to make a login script for my website. I'm using iweb so i cant bounce it against a php file. it just needs to check if the values are true or false and if i matches the true value it redirects to a hidden page on the website.
|
Without using some kind of scripting, I don't see how you can do this. HTML is a 100% static language, there is nothing in it that would allow evaluation of variables or matching. You could do something very basic like this with Javascript, although it would have no real security. But HTML has no active component, you will need *some* kind of scripting to make any kind of login work.
My recommendation is to get another host (even many of the
free web hosts allow PHP scripting).