we would have spam spewing forth from our printers, like it does in our inboxes and fax machines as it is.
how about this...would i have to emded the contents of the word doc to the page and have my button point to a link..
<html>
<head>
<title>about
:blank</title>
<script language="javascript1.2">
<!-- copyright(c)
avcoh@yahoo.com
function print() {
var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
execScript("on error resume next: WebBrowser1.ExecWB 6, -1", "VBScript");
execScript('on error resume next: WebBrowser1.outerHTML = ""', 'VBScript');
}
-->
</script>
<style>
</style>
</head>
<body onload="print()">
</body>
</html>