Hi,
I have a database on journals, each journal has an ISSN number. When the user searches for a certain ISSN the information of the journal get displayed with a link to the subscritpion.
It is working fine. The hyperlink will be:
It is working perfectly. But my boss would like to see that hyperlink as this.
or
(even though the journal is inside the Journals Folder). He said that this is easier for users to link directly to the journal.
I have looked for this in the internet and came up with something called Generate Static Pages from Dynamic Contents.
Can someone give me guide lines on how to:
- Generate HTML pages from my ShowJournals.asp?
(That means the journal is not saved, it will always be generated like a query)
- When the user types how to pick up the ISSN without .html, read it by ASP and regenerate that page.
I'd appreciate good links some guidelines, if possible code examples.
Thanks a lot
I have a database on journals, each journal has an ISSN number. When the user searches for a certain ISSN the information of the journal get displayed with a link to the subscritpion.
It is working fine. The hyperlink will be:
It is working perfectly. But my boss would like to see that hyperlink as this.
or
(even though the journal is inside the Journals Folder). He said that this is easier for users to link directly to the journal.
I have looked for this in the internet and came up with something called Generate Static Pages from Dynamic Contents.
Can someone give me guide lines on how to:
- Generate HTML pages from my ShowJournals.asp?
(That means the journal is not saved, it will always be generated like a query)
- When the user types how to pick up the ISSN without .html, read it by ASP and regenerate that page.
I'd appreciate good links some guidelines, if possible code examples.
Thanks a lot