Hi ,
                In one of the HTML pages we are coding ,we need to have a
pop-up window . I need the content of the pop-up window to be generated by a
servlet or a controller servlet which invokes a required JSP instead of
caling a JSP directly .

        The way we have done it right now is coding  the following in the
HTML page..

        window.open(MainMenu.jsp , "MainMenu" , width=300, height=400 ,
top=300 . left=300) ;

        I would want to eliminate the main menu.jsp and let the content be
generated dynamically by a Servlet , along with the request parameters . How
do i do this ?
        Any pointers would be really great.

        Regards ,

        R2

___________________________________________________________________________
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