Hi Manish, I think I got the problem. When I used the following code in IE
Window.open( "http://google.com", "*My Window*", "menubar=yes,location=yes,resizable=yes,scrollbars=yes,status=yes" ); It was giving me script error (U ll c tht only if script error notification is enabled). But when I used the below code it workd perfectly: Window.open( "http://google.com", "*MyWindow*", "menubar=yes,location=yes,resizable=yes,scrollbars=yes,status=yes" ); If you see, the only difference is absence of space in the window name string. But both works fine in FF. - Litty On Wed, Feb 4, 2009 at 4:09 PM, Damien Picard <[email protected]>wrote: > Hi ! > > Could you give us the location's content ? > > Regards, > Damien > > 2009/2/4 Manish Kumar <[email protected]> > > Hi everybody, >> >> I am trying to open a new browser window on click. I am trying this line >> of code but this does work ( no action noticed ) though not getting error >> also ( I checked my listener, that is ok ). >> >> com.google.gwt.user.client.Window.*open*( location, fileTitle, >> "menubar=yes,location=yes,resizable=yes,scrollbars=yes,status=yes" ); >> >> Could anybody help me out to get rid of this. >> >> Regards, >> Manish >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
