Wrapture
12-14-2003, 11:07 AM
Goal: I'm creating personal web pages that consist of stories followed by recipes. I want to present menus that let users view either the story and its related recipes as part of a single page, or to view a simple index of recipes without the stories.
For ease of maintenance, I thought I would store the stories and recipes (which are created as MS Word docs) as individual html pages. and concatenate them as required.
To make it cheaper to deploy, I thought I'd try to create a completely client-side solution using html rather than ASP, .NET, etc.
I thought it would be easy(?) to find a client-side script that would simply pop a web page with the story content into a named frame, insert some html that would maybe draw a border or insert a header, etc., and then add/concatenate the html pages for the relevant recipes. However, thus far, no luck.
So, here's my Question:
Is there a client-side solution for this, and if so, could you point me at the appropriate methods?
Any other advice on the subject will be read with interest & appreciated.
Thanks,
Wrapture
For ease of maintenance, I thought I would store the stories and recipes (which are created as MS Word docs) as individual html pages. and concatenate them as required.
To make it cheaper to deploy, I thought I'd try to create a completely client-side solution using html rather than ASP, .NET, etc.
I thought it would be easy(?) to find a client-side script that would simply pop a web page with the story content into a named frame, insert some html that would maybe draw a border or insert a header, etc., and then add/concatenate the html pages for the relevant recipes. However, thus far, no luck.
So, here's my Question:
Is there a client-side solution for this, and if so, could you point me at the appropriate methods?
Any other advice on the subject will be read with interest & appreciated.
Thanks,
Wrapture