I have written a simple html web site, which requires a password to enter. I know how to write a login in vb, but how do I link them?
Printable View
I have written a simple html web site, which requires a password to enter. I know how to write a login in vb, but how do I link them?
How to link , don't know if you can.
I'd write a login in html if i were you.
The code to check if login is valid you can place in a asp file where you call the function from when clicked on admit .
I haven't got a clue how to write a login in html, any links to sites that might help me?
You cannot do any processing in pure HTML. It is a static language. You have two choices.Quote:
write a login in html
1. Set-up authentication on the folders and files on the web server itself. That way the web server issues the challenge.
2. Write server side code. Since you wanted VB, you should use ASP or ASPX pages.
thanks for the reponse, but seeing as I did not understand a word you said, I think I will think again about having it passworded!
Do not panic.
I'll try to fix up some code for you with asp.
I'll get back here when I did it.
thanks alot, but I managed to sort it out imbedding javascript into my html doc to didplay a java applet