Hi,
I would like to embed javascript in my Word document so that it is not seen in the document itself, but is rendered when I convert from Word to Html. Is this possible?
Here’s what I did try that almost did work…
1. Enter the following text in the document.
2. select the javascript
3. On the format menu, click font, then select font tab
4. select the “hidden” checkbox
… unfortunately the script tags (<script…>) were removed during the conversion, leaving just the document.write. Maybe there is a way around this, but I don’t know it.
Thanks,
Ryan