Javascript: Show Window as Modal

Use the following code:

window.showModalDialog('index.php','Dialogue',
'dialogHeight: 700px; dialogWidth: 950px; edge: Sunken; center: Yes; help: No; resizable: No; status: Yes;');

Leave a Reply