cgi feature put on my main site.....explained better if read

liunx

Guest
i have the top site listing/ranking script installed.....im sure many of you have seen this before, and i was wondering how do i incorarate this top sites to the main page of my site......
like put it on my main page and whenever someone clicks the link on the home page it will also count, instead of it just counting the clicks on on the topsites.html page....anyway of doing this?

sorry if i coldnt explain it better.....its 230 am here.....shadowz,

Are you familiar with SSI?

I believe using Server Side Includes would solve your problems. Allowing you to incorporate your topsites.html page inside your main page (index.html)

Using something like the following:

<!--#include file="/rank/topsites.html" -->

Here is a link containg some useful information on SSI:
<!-- m --><a class="postlink" href="http://www.perlaccess.com/tutorials/File_and_Directory/SSI_Tutorials/">http://www.perlaccess.com/tutorials/Fil ... Tutorials/</a><!-- m -->


Regards,
 
Back
Top