I'm looking to add a login screen in front of a web mapping service. Can anyone suggest a good method of doing this with Java. Are there any examples/templates I can refer to.
This is the javascript forum, not the java forum. They are 2 completely seperate beasts.
Additionally, if you intended to create a javascript solution then I would seek another avenue. Since all javascript is open source anybody would be able to see your source code and figure out the password. Additionally, anybody could view your page with javascript disabled to bypass all the login validation. You're best off to use a server side language like ASP or PHP for this. Use the "Find a Forum" search above to find the forums for either of those languages.
-kaht
How much you wanna make a bet I can throw a football over them mountains?
The login page itself wouldn't process the login data, but just pass it along to the page using server-side scripting to handle the task, like kaht said.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.