Javascript disabled inside iframe -


i have iframe points facebookauthentification. makes redirect via javascript.

actually nothing happens , looks javascript not executed. sandbox mode not set , doesn't work either when sandbox mode set execute scripts.

the javascript redirect works outside iframe nice

there js code inside iframe:

<script type="text/javascript">self.location.href="redirect.php"</script> 


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -