Gossamer Forum
Home : Products : Gossamer Links : Discussions :

how to make a jump run a link in a frame?

Quote Reply
how to make a jump run a link in a frame?
in links 2.1.0?
Quote Reply
Re: [Mich_U] how to make a jump run a link in a frame? In reply to
You should give some more information on your quest.
1. If your links run in a frame; just do nothing.
2. If you want to open the side in an existing frame:
a href= ... jump.cgi... target="framename"
3. If you want to open the linked site in a new window with a frameset you could do
a) write a small cgi that takes the id and writes the code directly to the screen.

take the passed id
then
$output = <html ...
frameset ...
frame1 ... menu
frame2 ... jump.cgi?ID
...
print header. print $output


Have looked for an example, but the found one is very complex and no good example.
In 1.13 you could easily modify the jump.cgi to do that. In 2.1 i must take a look first.
Robert

Last edited by:

Robert: Feb 12, 2002, 7:52 PM