Click to See Complete Forum and Search --> : Combine Multiple HTML into one


Snoopy_fu
01-07-2003, 09:27 PM
Dear all,

I have numbers of HTMLs, and I would like to create a combined version which contains all of them. As I don't want to update both source (the individual pages and the combined page), is there any way I can do that the browser only generated the combined page when the page was accessed. It is a stand-alone without server side stuff.

Thanks
SF

Snoopy_fu
01-07-2003, 11:54 PM
Dave,

Thanks for your hint. As I also want to print all the HTMLs at once, I guess I need to merge the HTMs into one before I can do it, is that true? Is there any Java script can do the job like the <include> function of ASP as I don't have connection to server.

Thanks
SF

jdavia
01-09-2003, 08:55 PM
You might put each HTML in its own folder in the same directory, so each index page doesn't have any conflicts with eachother. Make a contents page for them, and make an index for all the pages, like you would do a book.
Now don't get confused remembering where all the pages belong with names the same. Good luck.