How can I call the printer for printing and set the paper type?
-------------------------------------------------- -------------
Function frmload ()
{
WebBrowser.execwb (8, 1);
WebBrowser.execwb (6,6);
}
script>
-------------------------------------------------- -------------
Call the print settings directly to IE;
WINDOW.PRINT ();
-------------------------------------------------- -------------
Object>
Self.focus ();
WebBrowser.execwb (6, 2);
script>
-------------------------------------------------- -------------
IE 6 Not Support WebBBROWSER