Window.open is not working in IE8 fine in firefox.
Posted
by
lakshmi
on Stack Overflow
See other posts from Stack Overflow
or by lakshmi
Published on 2010-12-23T05:11:02Z
Indexed on
2010/12/23
10:54 UTC
Read the original article
Hit count: 255
gwt
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
© Stack Overflow or respective owner