iframe in a fanpage not working on firefox/chrome

yair-ma1

Newbie
Joined
Apr 8, 2010
Messages
5
Reaction score
1
hi friends,
i have a great script of IFRAME inside a fanepage...

it works great in IE but not working on chrome and in firefox it works only sometimes...

i havr seen this works o chrome/firefox in someone's fanpage so i know somthing is wrong with my CODE.

i'll be happy for some help in this please.

PHP:
<a onClick="outside_location.setInnerFBML(location_two);" style="cursor: pointer;">
<div id="outside_location">
<img src=MY IMG HERE' /><br /></a>
<fb:iframe width="750" height="830" frameborder="0" src="MY URL HERE"> </div>
<fb:js-string var="location_two"> <fb:iframe width="750" height="830" frameborder='0' src=MY URL HERE' </fb:js-string>
 
<script type="text/javascript" charset="ISA-8859-15"> var outside_location = document.getElementById('outside_location'); </script>
 
Last edited:
Back
Top