Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1277 How can I create a modal dialog window?

You are here: irt.org | FAQ | JavaScript | Window | Q1277 [ previous next ]

In Internet Explorer 4+ you can use:

<script language=JavaScript"><!--
window.showModalDialog("myFrame.htm","myDialog","center=yes;dialogHeight=200;dialogleft=100;dialogTop=100;dialogWidth=200;help=yes;status=yes,resizable=no");
//--></script>

For a Netscape compatible solution see the article by Danny Goodman: http://developer.netscape.com:80/viewsource/goodman_modal/goodman_modal.html

Feedback on 'Q1277 How can I create a modal dialog window?'

©2018 Martin Webb