Click to See Complete Forum and Search --> : Exporting Javascript Output to Word


ivanfongi
September 27th, 2005, 09:21 PM
Hey, guys.

I'm working on a pure standalone html / javascript website that does not require ASP or a server to run.

One of the pages I'm working on uses javascript and dynamic data values from cookies to output to a form on screen.

I have been told that I need to be able to export this html / javascript form to Microsoft Word, with the dynamically inserted data values included.

Is this even possible in scripting languages (without ASP or .NET or a server)?

If not, then is it possible that I can at least save / export the dynamic javascript output along with the form to a temporary html page, which can then be opened as a Word document for editing (once the extension is changed to .doc)?

Thanks in advance.

PeejAvery
September 27th, 2005, 09:42 PM
Can't be done. Requires PHP or ASP.

ivanfongi
September 28th, 2005, 08:55 AM
I thought so.

Thanks for the reply.