Jump to content


print preview


  • You cannot reply to this topic
No replies to this topic

#1 vijaypalagani

    Newbie

  • Members
  • Pip
  • 0 posts

Posted 27 January 2007 - 11:33 AM

Hi

how can i show the print preview for web file using javascript.

i used js script like

function printpr(){
var OLECMDID = 7;
/* OLECMDID values:
* 6 - print
* 7 - print preview
* 8 - page setup (for printing)
* 1 - open window
* 4 - Save As
* 10 - properties
*/
var PROMPT = 1; // 1 PROMPT & 2 DONT PROMPT USER
var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(OLECMDID,PROMPT);
WebBrowser1.outerHTML = "";
}

but its not working in all browsers .please help any one.

thanks for any help.

vijaypalagani





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users