Search found 3 matches

by kinGh
Fri Aug 08, 2008 6:10 am
Forum: PHP - Code
Topic: header question
Replies: 3
Views: 513

i found it

thanks arborint for giving idea about Java to use in this and here the right code
echo "<script>top.location.replace('https://www.yoursite.com/');</script>";

Hope will help some bady
Regards
by kinGh
Fri Aug 08, 2008 5:44 am
Forum: PHP - Code
Topic: header question
Replies: 3
Views: 513

Re: header question

echo "<script>location.replace('index.htm');target=_top</script>"; 8O
i tried with java script but it did not work as well
or do u have any command in mind let us know thanx hope/looking for help and more to know
by kinGh
Thu Aug 07, 2008 10:05 pm
Forum: PHP - Code
Topic: header question
Replies: 3
Views: 513

header question

Hello all
My question is about header and it's in iframe but when it's redaite it need to be in top so i try like in the code below but it did not work out
header("Location: target=_top index.php"); :banghead:
how the code it showed to be
thank you