Ya i did the same and it solved my problem.

Thanks
Ravi

On Aug 23, 1:56 pm, "Mario Lim" <[EMAIL PROTECTED]> wrote:
> You can use the GWT window and call the open method...
>
>   /**
>    * Opens a new browser window. The "name" and "features" arguments are
>    * specified <a href=
>    * 'http://www.mozilla.org/docs/dom/domref/dom_window_ref76.html'>here</a>.
>    *
>    * @param url the URL that the new window will display
>    * @param name the name of the window (e.g. "_blank")
>    * @param features the features to be enabled/disabled on this window
>    */
>   public static native void open(String url, String name, String features) 
> /*-{
>     $wnd.open(url, name, features);
>   }-*/;
>
>
>
> On Fri, Aug 22, 2008 at 1:06 PM, Ravi M <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> > I need to execute an Http Servlet that opens a PDF file in my
> > application.
> > I have a right-click menu in my Grid. On click of one of the right-
> > click options, it will open up a new window that will have the PDF
> > file coming from the Server Side. What I need to do is, on click of
> > that menu option, i need to execute a HttpServlet which is doing the
> > jb for me to get the PDF file contents. I also need to make sure that
> > this happens in a new Window and i do not lose my current screen.
> > I am running out of options. Please help.
>
> > Regards
> > Ravi- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to