Gossamer Forum
Home : Products : Gossamer Links : Discussions :

How to call a new page with a specefic code, stored in GLinks?

Quote Reply
How to call a new page with a specefic code, stored in GLinks?
Hi,

I do want to have a link on a detailed description, that open a new html doc (in a new window) that calls 2 variables stored in GLinks entries (columns).

Like this:

Let's say I do have created the colums %pic% and &code%, where %pic% stores an image and %code% some html code that is needed to display this type of picture correctly.

The image on the detailed page is called this way:
Code:
<img align="middle" src="<%config.db_cgi_url%>/jump.cgi?ID=<%ID%>;v=pic">

As I mentioned, on the detailed page I want to have the pic linked to be opened in a new window, which loads some special html code and displays the picture in another way (some java, active-x, ...).
I do want this for every entry in my GLinks directory and I thought that it should be the best thing to store the code that is needed in a column (would make later changes more easy, as all entries would be effected). This code calls the image for each specific entry.

I do know how to store code in colums, but how to make GLinks that these pages are automatically generated for each entry?

Any idea?

Thanks,
Sven Smile