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: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to