PDA

View Full Version : Can i use Modal Dialog Box on Mozilla?


HappyTomato
12-05-2002, 09:41 PM
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;)

cg9com
12-06-2002, 04:11 AM
Originally posted by HappyTomato

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?

yes
dialog box wont work in mozilla, sorry.