[quote=roysmith]Hi,
Why I cant see the picture...?? Any Advice...
<">[/quote]
it's a redirection script roy... redirect then back...
so they must have a same redirection address...
on your main page codes...(Friendster)
[quote]var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=[b]FRIENDSTER ID[/b]"){
}
else if (myplace == "http://profiles.friendster.com/user.php?uid=[b]FRIENDSTER ID[/b]"){
}
else {
location.href = "[b]YOUR WELCOME PAGE LINK[/b]";
}
where your back redirection should be..
function setDest() {
window.location = "http://profiles.friendster.com/user.php?uid=[b]FRIENDSTER ID[/b]";
}[/quote]
so i guess if you're going to use it on another page...
[quote]var myplace = document.location.href;
if (myplace == "http://www.roysmithfx.tk"){
}
else if (myplace == "http://www.roysmithfx.tk"){
}
else {
location.href = "[b]YOUR WELCOME PAGE LINK[/b]";
}
and at ur welcome page codes..
function setDest() {
window.location = "http://www.roysmithfx.tk";
}[/quote]
Last edited by Refresh/Reload (2008-01-25 06:06:08)