|
-
February 5th, 2000, 05:24 AM
#1
How to Save HTMLDocument?
Hi
How to save HTMLDocument as html or htm file?
NiteStone 
-
February 7th, 2000, 02:48 AM
#2
Re: How to Save HTMLDocument?
an HTML document is a simple text file.
just save it as any other text file.
open yourfile for output as #hFile
print #hFile, yourHTMLDocumentContentsGoesHere
close hFile
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|