Gossamer Forum
Home : Products : Gossamer Links : Discussions :

How to set the links to be direct or use jump.cgi?

Quote Reply
How to set the links to be direct or use jump.cgi?
How can you set (on a per link basis) that the link is direct or uses the jump.cgi?

Thanks,

Stefan
Quote Reply
Re: [kajukenbokid] How to set the links to be direct or use jump.cgi? In reply to
You could add a field to the Links table, say one called Direct. Make it use radio buttons (two values), and no null. Then use

<%if Direct eq 'Value1'%>
<%URL%>
<%elsif%>
...jump.cgi
<%endif%>