Window.open is not working in IE8 fine in firefox.
- by lakshmi
I having trouble getting pop-up window in IE. I have used following code. Its works fine in Firefox but not in IE6.
Code:
com.google.gwt.user.client.Window.open(url, "Admin ",
"menubar=no," +
"location=false," +
"resizable=yes," +
"scrollbars=yes," +
"status=no," +
"dependent=true");;
Any Help greatly Appreciated