Ok.... I have encountered an issue in the super-duper test site for my never ending job interview.
My version of the site in question is at
http://benign-design.net/pittbull/index.php .
On the index page, you will notice a login box. This login is actually another page loaded into the division.
What I need it to do is redirect to the store front on login. It does this now, but it only redirects the little tiny box that contains the username and password boxes.
Is it possible - and if so, how is it done - to force the redirect to open in the top of the page (as target="_top" would do in HTML)?
I have tried
CODE
header (echo '<meta http-equiv="REFRESH" content="0;url='. $url .'" target="_blank" />';);
and a bizarre javascript solution I found on Google.... nothing is working.... anyone have any ideas for me?
Your help is VERY VERY much appreciated! Thanks, guys!
*Edit* The forgot password link in the little login box does exactly what I want the redirect on login to do... in case my original description wasn't quite clear.... it's late, I'm tired and my brain shut down 4 hours ago... my apologies if nothing makes sense.
This post has been edited by BenignDesign: 11 May, 2008 - 10:07 PM