Hi,
I enter in the FBML this code:
<div id="outside_location">
<a onClick="outside_location.setInnerFBML(link_1); return false;"><img src="blablabla.jpg"></a>
<fb:js-string var="link_1">
<fb:iframe height="450" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%; border:none" src="http://blablabla.com"></fb:iframe>
</fb:js-string>
<script type="text/javascript" charset="utf-8">
var outside_location = document.getElementById('outside_location');
</script>
</div>
and when the photo appears, i click on it but it doesnt go me to the url
Is there anything wrong?
I enter in the FBML this code:
<div id="outside_location">
<a onClick="outside_location.setInnerFBML(link_1); return false;"><img src="blablabla.jpg"></a>
<fb:js-string var="link_1">
<fb:iframe height="450" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%; border:none" src="http://blablabla.com"></fb:iframe>
</fb:js-string>
<script type="text/javascript" charset="utf-8">
var outside_location = document.getElementById('outside_location');
</script>
</div>
and when the photo appears, i click on it but it doesnt go me to the url
Is there anything wrong?