Click to See Complete Forum and Search --> : netscape/mozilla support for showModalDialog()??


mitya
06-03-2004, 11:59 AM
Hi all

I have a showModalDialog script which works fine in IE, but the window won't appear in Mozilla. It's probably be a case of me just using IE-friendly code and not knowing the mozilla equivalent, but could someone tell me how to make the below work in other browsers?

var p_ = showModalDialog(url,"DSS Login","dialogWidth:280px;dialogHeight:165px;status:no;center:yes;help:no");

Thanks in advance.

sciguyryan
06-04-2004, 06:02 AM
As far as I know and can find out there are no alternatives to this for non IE browsers. Sorry.

sciguyryan
06-12-2004, 10:30 AM
Sorry, my mistake: Have a look here: http://www.codingforums.com/showthread.php?t=29864


Hope that helps you.

mitya
06-12-2004, 01:17 PM
Thanks for that.

sciguyryan
06-13-2004, 03:25 AM
Originally posted by mitya
Thanks for that.

No problem. :)