This has nothing to do with the servlets. You have to specify that the default target for the navigation frame is the content frame. When you click on the first frame, the link will actualy be loaded in the second one. This solution works with simple html files too, so obviously you don't need to do anything with your servlets. Just keep the links in the first frame (the URL-s) up-to-date, to point to your servlets. Paul
-----Original Message----- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]] On Behalf Of Matthias Hanel Sent: Friday, March 15, 2002 11:58 AM To: [EMAIL PROTECTED] Subject: Frames can you send me a link to some good article about servlets and frames how the communications works and so on? cause I want to have two frames. one for navigation. and the other for the content. But I don't want to write the code for both frames in one servlet. But If i'click something on the left frame the content of the right and the left frame should change. ------------------------------------------------------------------------ ---- ---------------- Hanel Matthias Fachinformatiker (Anwendungsentwicklung) in Ausbildung Logistik World GmbH Fon: +49-841-9014-300 Marie-Curie-Strasse 6 Fax: +49-841-9014-302 D- 85055 Ingolstadt mailto:[EMAIL PROTECTED] ------------------------------------------------------------------------ ---- ---------------- ________________________________________________________________________ ___ 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 ___________________________________________________________________________ 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
