D
Dave
I have a report email via Outlook to various customers. I want to have
a link or button in the message (html format) to have the message body
print (but none of the header information).
I have been looking everywhere for a way to print only the message body
of a HTML formatted message. I thought I had it working by using
vbscript and simply calling print() from a button, it seemed to work, at
least for me for a while but now, nothing.
Is there any way to print only the message body? I have been thinking
lately of somehow copying the message body into a temp.htm on the click
of the button - load into IE and use the onload method to print.
Does anyone have another method? configured in a HTML message.
Dave
a link or button in the message (html format) to have the message body
print (but none of the header information).
I have been looking everywhere for a way to print only the message body
of a HTML formatted message. I thought I had it working by using
vbscript and simply calling print() from a button, it seemed to work, at
least for me for a while but now, nothing.
Is there any way to print only the message body? I have been thinking
lately of somehow copying the message body into a temp.htm on the click
of the button - load into IE and use the onload method to print.
Does anyone have another method? configured in a HTML message.
Dave