php - facebook iframe application redirect -


i have made iframe style facebook application uses php , javascript (jquery). when browser looking @ canvas page how redirect browser window url?

thanks

you need reference window 'top'

window.top.location.href="your link here";  

that ensure break out of iframes.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -