Gossamer Forum
Home : Products : Gossamer Links : Discussions :

jump.cgi to detailed page in dynamic more

Quote Reply
jump.cgi to detailed page in dynamic more
jump.cgi?Detailed=<%ID%> directs to the detailed page in the static mode.

What if i need to direct it to the detailed page in the dynamic more :
.../page.cgi?g=Detailed%<%ID%>.html

anyone may help me to do so.

Thanks
Antoine
Quote Reply
Re: [antoined] jump.cgi to detailed page in dynamic more In reply to
Maybe:


.../page.cgi?g=Detailed%<%ID%>.html;&d=1
Quote Reply
Re: [rascal] jump.cgi to detailed page in dynamic more In reply to
Thank you for your reply.

I need to arrive to the detailed page through jump.cgi in order to increase the HITS number .

<a class="category_links" target="_blank" href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>"><%Title%></a>

..../jump.cgi?Detailed=<%ID%> directs to the detailed page in the static mode.

but still need to have it under dynamic mode.

Help
Antoine