automate HTML page

admin

Administrator
Staff member
My problem is that I have several articles I want to publish on my website and I don't want to have to create an individual HTML page for each one, since there are many articles.<br />
<br />
I would like to have my visitors select a link (article) from a list of articles that will open an HTML page with the details of that article. <br />
<br />
As I said, the link would open a text article, with a picture or two, using a defined template created in frontpage. The content of the article is stored in an MS Access database file (jet engine file .MDB) How can this be done?<br />
<br />
I appreciate your help in finding a solution. It can be ASP code, a Javascript, or a product I can add to the site, it doesn't matter as long as it works.<br />
<br />
Thank you<br />
<br />
Saurus<!--content-->I have an ASP code that does almost what you are looking for (the only exception is that it uses plain text with pseudo-codes like this forum posts, rather than FP:rolleyes: template).<br />
The user end of this can be seen at:<br />
<!-- m --><a class="postlink" href="http://server.ime.uri.edu/News.asp">http://server.ime.uri.edu/News.asp</a><!-- m --><br />
<br />
If you are interested contact me for an installation/customization quote.<!--content-->
 
Back
Top