insert html information into word document

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to insert fields from an HTML document into a word document, that
will update as the values in the HTML document change.

For example. In the HTML document, I have the following:

<INPUT TYPE="TEXT" SIZE="8" NAME="DownPmtSavings" VALUE="1,500"

I want to be able to put the "value" in my Word document. Can anyone tell
me how to link this so it is dynamic?
 
Hi =?Utf-8?B?UmVudGFsR3V5?=,
I am trying to insert fields from an HTML document into a word document, that
will update as the values in the HTML document change.

For example. In the HTML document, I have the following:

<INPUT TYPE="TEXT" SIZE="8" NAME="DownPmtSavings" VALUE="1,500"

I want to be able to put the "value" in my Word document. Can anyone tell
me how to link this so it is dynamic?
There is no way to link the information in an HTML document to a Word document.
You could, conceivably, use a script in the HTML file to write to the Word
document, but that's pretty much it.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)
 
Back
Top