Can i use Modal Dialog Box on Mozilla?

admin

Administrator
Staff member
we've got a page that we'd like to use on both IE and mozilla, but it contains a modal dialog box that mozilla doesn't regconize.... any suggestions?

PS the nature of a modal dialog box is required for our page, so we don't want to use a pop-up window or anything along the same sort.....

here's the code we used to call it:

function callDialog() {
showModalDialog("popUp.html",window,"status:no;dialogWidth:300px;dialogHeight:150px");
}

sinice the window doesn't even pop up, we assume any potential problems in the popUp.html file is not to our concern yet right?

Please help!

Bo & Vic;)
 
Back
Top