Click to See Complete Forum and Search --> : Network Access


cockett101
08-15-2003, 10:52 AM
Dear Javaers,

their is a particular link in my site where registered users click to gain access to the main site, available only to subscribed users, something of a, network access control, protected by a username and password.

how it will work: once in the 'public' site and the link is clicked, the page shows a loading indicator, then pops up the network userid and password window.

how can i make the network window have this words on it:
. enter network paaword,
. site name,
. realm,
. user name,
. password,
. <>save this password,
. a picture of a network key on the window,
. no minimize or maximize buttons, save close and question buttons

DJRobThaMan
08-15-2003, 11:01 AM
Why not just make the link be a normal html file with all that within a form?????

cockett101
08-15-2003, 11:05 AM
I don't understnad.

cockett101
08-15-2003, 11:10 AM
am a newbie. please brake down the code.

AdamGundry
08-15-2003, 11:34 AM
I think you are referrring to HTTP authorisation, which is handled by the server. You will need to read your server's documentation - the documentation for Apache is here: http://httpd.apache.org/docs-2.0/howto/auth.html

Adam