PDA

View Full Version : Html to RTF


Crow_11111
09-18-2002, 08:28 AM
Hi!
I am searching for a way to include a link that save the site as a Rtf text file. So that the User could print it complete and easyly. (Its an order form). I hope that someone can help me!

Thanks! Marc
signal-iduna.de (http://www.signal-iduna.de)

Spookster
09-18-2002, 02:30 PM
Do not crosspost your question.

Crossposted in the PHP forum:

http://www.codingforums.com/showthread.php?s=&threadid=6386

Crow_11111
09-18-2002, 03:52 PM
Sorry, i posted my question in the wrong forum!

applesauce
09-18-2002, 05:16 PM
why not just create the form in text format and have a link to it for download instead of trying to make your html a text file.

that's what i did here: http://www.dallasair.org/open.html

:)

Crow_11111
09-19-2002, 07:29 AM
Good idea, but i need to save the form with the input from the user, so that he can save it as a receipt!