Sign up now to view this solution! It's quick, easy, and secure to subscribe. We will return you to this solution, unlocked, when you’re done.
A little information:
server: linux
homepage: www.w8k8.com
forum page (that contains the perl forum in an iframe): www.w8k8.com/forum.html
perl forum (directly): www.w8k8.com/cgi-bin/forum
What should happen:
My site contains a Perl forum, using javascript i can link in and out of it while keeping it in its iframe on the page /forum.html, and i can link to certain pages within the forum, an example:
www.w8k8.com/index.html has a link like this in it:
<a href=forum.html?ifsrc=/cgi
using the code on www.w8k8.com/forum.html:
function getSource()
{
ifsrc=location.search.subs
ifsrc=ifsrc.substring(6,if
document.getElementById('i
}
It loads everything as it should be, maybe it would be best to look at the site if I've confused you already!
The Problem:
Say someone searches "w8k8 general discussion" from Google, they will get a link to the page www.w8k8.com/cgi-bin/forum
Overview, what i would like to happen:
Google link to any forum page
before perl file loads user is redirected to the relevent perl subsection/page BUT now the page is within an iframe on forum.html.
I have tried to be as coherent as possible, please message me back if you are unsure what i am trying to do.
many thanks
Steve
Sign up now to view this solution! It's quick, easy, and secure to subscribe. We will return you to this solution, unlocked, when you’re done.
Posted on 2007-08-10 at 05:22:55ID: 28178879
All comments and solutions are available to Premium Service Members only. Sign up to view the solution to this question. Already a member? Log in to view this solution.