Hi All,

    I have some help regarding restriction of pages in browsers.

I have created 3 html pages. First page is a homepage where the user login
is there. The users have to see the remaining 2 html pages only if they
login in the first page.In the browser, if they give url like

http://servername:8080/login.html    ----It shows user login, here it goes
to servlet program and checking the username and if it is correct user it
chould enter second page showing the second url:

http://servername:8080/folder/two.html

Suppose in the browser, if i'am giving directly the 2nd url or 3rd url
http://servername:8080/folder/two.html , then should restrict showing that
page and should goto automatically to login page directly.

Can any body help me on this immediately!!!

saravanan.



_____________________________________________________________________________________
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to