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
Post a Comment