Using window.open, I am opening an htm page in popup window. I am just allowing the window to have the toolbar.
Is there any setting by which I can allow only the "Print button" instead of the entire toolbar.
Code for opening new window :
OpenWin = window.open(pag e,"newwindow"," toolbar=Yes,men ubar=No,locatio n=No,scrollbars =Yes,resizable= No,status=No,wi dth=750,height= 500,left=150,to p=50,");
Is there any setting by which I can allow only the "Print button" instead of the entire toolbar.
Code for opening new window :
OpenWin = window.open(pag e,"newwindow"," toolbar=Yes,men ubar=No,locatio n=No,scrollbars =Yes,resizable= No,status=No,wi dth=750,height= 500,left=150,to p=50,");
Comment