if($_SESSION[admn_lvl]=='1'){
print "<SCRIPT type=\"javascript\">
parent.index.location=\"../pages/general/navigation.php\";
parent.main.location=\"../pages/user/welcome.php\";
</SCRIPT>";
}
This works fine on Mac browsers and not at all in PC browsers. I'm kind of stumped on this one. When I look at the source of the page All I see is the javascript. I didn' put it into a HEAD section since I don't need to see the page but just redirect. Is that what is causeing my problem.
Cheers.
Robert