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

Line ending issue with Mercurial or Visual Studio -

python - Received unregistered task using Celery with Django -

php - Retrieving data submitted with Yii's CActiveForm -