Gossamer Forum
Home : Products : Gossamer Links : Pre Sales :

Re: Counting without jump.cgi?

Quote Reply
Re: Counting without jump.cgi? In reply to
This has been discussed in the Links SQL Discussion Forum. Anyway...you would need to use jump.cgi for your Detailed Pages.

You would have to use the following link in your link.html file:

Code:

<a href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>">Detailed Page</a>


Then in the jump.cgi file, change the following codes:

Code:

$goto = $rec->{'URL'};


to the following:

Code:

$goto = $LINKS{build_detailed_url}/$rec->{URL}.$LINKS{build_extension};


Regards,

Eliot Lee

Subject Author Views Date
Thread Counting without jump.cgi? TB2 3352 Sep 1, 2000, 10:13 AM
Thread Re: Counting without jump.cgi?
Stealth 3276 Sep 1, 2000, 10:59 AM
Thread Re: Counting without jump.cgi?
startpoint 3268 Sep 1, 2000, 12:11 PM
Thread Re: Counting without jump.cgi?
Stealth 3276 Sep 1, 2000, 6:28 PM
Thread Re: Counting without jump.cgi?
startpoint 3248 Sep 3, 2000, 2:28 AM
Post Re: Counting without jump.cgi?
Stealth 3239 Sep 3, 2000, 7:40 AM