Uh...if you have built detailed pages, all you have to do is add the following link in your
link.html:
Code:
<a href="<%build_detailed_url%>/<%ID%><%build_extension%>">Detailed View</a>
Make sure that you have the following tags defined in your global variables:
Code:
build_detailed_url => $build_detailed_url,
build_extension => $build_extension,
BTW: To conserve disk space and to create dynamic detailed pages, you should consider using Widgetz's detail.cgi script, which can be downloaded at the following URL:
Then you can link the detailed pages using this script in the following manner:
Code:
<a href="<%db_cgi_url%>/detail.cgi?ID=<%ID%>">Detailed View</a>
BTW: This has been discussed numerous times in this Forum and the LINKS Discussion Forum. AND there is a FAQ about detailed pages in the FAQ section of LINKS 2.0 in the Resource Center. Please search the Resource Center and Forums before posting questions.
Thanks.
Hope this helps.
Regards,
------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
[This message has been edited by AnthroRules (edited February 25, 2000).]