posted 19 years ago
Hi Eric,
If I use WebBrowser1 object ActiveX control with ieExceWB(6, -1) the entire page will be printed without print dialog prompt. But no IFRAME contents will be printed.
e.g.
I have 3 IFRAME in one single page if Print All button is clicked the content of 3 IFRAME should be printed.
code:
for(int i=0; i < frameName.length; i++)
{
document.getElementById(frameName[i].ieExecWB(6, -1));
}
the above code is not working properly it says object dosen't support this method/property.
Any Idea?
Thanks,
Kamal