Aslam u Alikum

Dear U can handle this situation quite easily with the applet context's
showDocument() method
As parameters you can provide the URL of the Servlet and the target window


"_self"                Show in the window and frame that contain the applet.
"_parent"          Show in the applet's parent frame. If the applet's frame has
no parent frame, acts the same as "_self".
"_top"                Show in the top-level frame of the applet's window. If the
 applet's frame is the top-level frame, acts the same as "_self".
"_blank"           Show in a new, unnamed top-level window.
name                Show in the frame or window named name. If a target named
name does not already exist, a new top-level window
                          with the specified name is created, and the document
is shown there.

Regards

Shahzad Mahmood Ch.
CresSoft Pvt. Ltd
Lahore. PAKISTAN.

___________________________________________________________________________
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