You mean a PopupPanel?

There's nothing special about a page generated from a JSP as any other
HTML page. You could, for instance, make a RequestBuilder, send a
request to your server for the page (generated by php, jsp, or
straight html, whatever), the html is returned, do something like:

PopupPanel panel = new PopupPanel();
panel.setWidget(new HTML(<stuff that came back from RequestBuilder
call>));
panel.center();


On Oct 17, 6:15 am, Sam <[EMAIL PROTECTED]> wrote:
> Hi all,
> Is it possible to open a JSP page as popup window. ? Is there any API
> avilable to which if I send the URL of the JSP it will open that JSP
> inside the popup window ?
> Thanks
> Samir
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to