Click to See Complete Forum and Search --> : creating a login on web page
czarcris
10-13-2004, 03:50 PM
Im trying to create a site and i want a login on it. Anyone know the code for this? I want it to where on the page it asks for a password, then you must click login once it is inputed, not the type where a box pops up once you load the page.
thanks
soccer362001
10-13-2004, 04:07 PM
There are a few ways you can create a login page. (1) You can use JavaScript (2) You can you a server side language such as PHP or ASP. This all depends on what your server supports and how secure you want it to be.
czarcris
10-13-2004, 04:12 PM
ok do you know any kind of code for this? I would need a java one bc we dont support PHP or ASP.
thanx
soccer362001
10-13-2004, 04:17 PM
I don't, but you may try asking something in the JS forum.
ray326
10-13-2004, 11:02 PM
A no-code solution is to simply turn on basic authentication for the area of interest and the browser and the web server will do the rest.