Why don't you just use:

printer: func [
  text [file! string!]
][
  if file? text [text: read text]
  write %printing.html rejoin [{<HTML>
<BODY onLoad=window.print>
} text {
</BODY>
</HTML>
]

Or something like that.  I'm not sure if the onLoad function
is window.print, or if I need something else to make it work -
something similar is what I used to use.

                                                 Daniel S.


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to