TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Urgent

Page: 1 Reply
Jun 2nd 2001#5005 Report
Member since: Apr 20th 2001
Posts: 6
Ok. I need some html or a javascript will that make it so that when you go to one page it will redirect to another. But here is the tricky part, there has to be a target area because I am inserting the code on a frames page and I need the target to be target=_top.

Please help.
Reply with Quote Reply
Jun 3rd 2001#5015 Report
Member since: Mar 27th 2001
Posts: 2237
I don't know if this is what you mean....but

you can use something like
[code]
head section::::::::
hs-live 0
exit = true;
fun ction go() {
if (exit) {
open("http://www.whatever.com","_top" );
}
}


end head::::::::
Bodysection::::::::
ONUNLOAD="go()"
[/code]

hope that helps

Please note that the word "function" in the head section has a space between the "c" and the "t". remove that space for the script to work
Reply with Quote Reply
Jun 3rd 2001#5051 Report
Member since: Mar 25th 2001
Posts: 163
could you explain it a little bit more, cause it's now really hard to understand.. do you want to load a page in a top-frame from within another frame or what??


CyberoX
Reply with Quote Reply
Jun 3rd 2001#5081 Report
Member since: Apr 20th 2001
Posts: 6
No. The page is a cloaked URL and I need it to forward to another page in the same window. But the problem is when you view source the cloaking code is still there and the title from the cloaked page is still there too.

I hope you understand.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum