Gossamer Forum
Home : Products : Gossamer Links : Discussions :

"static" link

Quote Reply
"static" link
I am using dynamic pages but was wondering if there is a way to have the links hard-coded rather then using the "jump". Some of my people are having problems with the cgi.
Quote Reply
Re: [rayhne] "static" link In reply to
I'm not following this.

You want to use page.cgi, but generate static links?

There is a problem, here, since static links to pages that don't exist, will get a 404 error.

The real issue is what problems are your users having, and why. That should be what is fixed :)


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Quote Reply
Re: [rayhne] "static" link In reply to
Hi,

You can edit link.html and replace:

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

with:

<a href="<%URL%>">

to go straight to the url and skip jump.cgi.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [rayhne] "static" link In reply to
Of course, using Alex's suggestion, you'll lose hit tracking for your links.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Heckler] "static" link In reply to
.... which is why I'm curious what sort of problems they are having.


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.