try putting "_blank" as target instead of "" or if is not a new window what you want, put "_self" or you could try "_top" but _self and/or _blank should do it
Cheers On Mar 5, 12:10 pm, Chris Lercher <[email protected]> wrote: > Hi Jim, > > obviously, IE refuses to work with Google ;-) > > Or... you use "window" instead of "Window", or better even "$wnd". > > hth > Chris > > On Mar 5, 6:25 am, Ji <[email protected]> wrote: > > > Hi guys, > > > I use GWT Window.open to open another page. Firefox, Safari, and > > Chrome all work find, except IE. > > Error Message is : Invalid argument. > > My Code is: Window.open("http://www.google.com", "Google","" ); > > > Anyone has idea what went wrong? > > > Thank you indeed!!! > > > Jim > > -- 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.
