Click to See Complete Forum and Search --> : printing in IE4 from modal window


ronkjelden
March 21st, 2003, 06:35 PM
I have a print button within the modal dialog that doesn't allow you to print in IE4 it works in IE5 and above.

What is the scripting code that allows you to kick off a print in a modal dialog in IE4

Original to open Modal

window.showModalDialog(sUrl,vArg, sFeatures);

I'm trying to use Modeless but IE4.0 does not like it.