Gossamer Forum
Skip to Content


Quote Reply
Safe Jump
I was wondering.

I have safe_jump installed and working fine. According to the instructions, a new script is used - jump2.cgi. Does this have the same features as safe_jump.cgi in it or are those features lost?

Last edited by:

Gypsypup: Mar 22, 2004, 4:35 AM
Quote Reply
Re: [Gypsypup] Safe Jump In reply to
The extra features are lost I'm afraid. You can get around it by editing the jump_frames.html script, so it that instead of it saying;


Code
  <frame name="bottom" src="jump.cgi?ID=<%ID%>">


...it says;


Code
  <frame name="bottom" src="safe_jump.cgi?ID=<%ID%>">


That should have the desired effect.

Cheers
Andy
Programmer/Designer/LinksSQL Freak Cool

http://www.ultranerds.com
http://www.imagesql.com
Quote Reply
Re: [Andy] Safe Jump In reply to
So, if I undertand this correctly, are you saying that the error jump and the ask frames plugin will work together.

If I purchase this, all I would have to do is update the jump2.cgi url in the frames html page to safe_jump.cgi?
Quote Reply
Re: [thetaeboway] Safe Jump In reply to
Yeah, that should do the job.

Cheers
Andy
Programmer/Designer/LinksSQL Freak Cool

http://www.ultranerds.com
http://www.imagesql.com
Quote Reply
Re: [Andy] Safe Jump In reply to
If I do that how does it call the frames html page?

I was thinking that I would have to copy code from jump2 and put it in safe jump to combiune the plugins.

What do you think?

Thanks, Ken
Quote Reply
Re: [thetaeboway] Safe Jump In reply to
Its pretty simple really. Example;

frames.cgi?ID=1234

... this then has to frames, similar to;

safe_jump.cgi?ID=1234 (normally uses jump.cgi)
..and...
frames.cgi?action=frames

You need to make the change in red, so that it will use safe_jump.cgi instead of jump.cgi.

Hope that helps.

Cheers
Andy
Programmer/Designer/LinksSQL Freak Cool

http://www.ultranerds.com
http://www.imagesql.com