http://www.iguga.org
<script type="text/javascript" src="http://www.iguga.org/js/igpostmessage.js">
</script>
<script type="text/javascript">
/*<![CDATA[*/
window.onload =
function
()
{
/* Link do Dicionário Bíblico iGuga Personalizado */
strDictionaryCustomLink =
'http://www.iguga.org/bible/dictionaryFrame/ID/1612dca508867f6102edca7d9175281a'
;
strSource = strDictionaryCustomLink +
'?fromUrl='
+ encodeURIComponent(document.location.href);
document.getElementById(
"iGugaDictionaryContainer"
).innerHTML =
'<iframe id="iGugaDictionaryFrame" src="'
+ strSource +
'" style="height: 1000px; width: 100%;" scrolling="no" frameborder="0" allowtransparency="true"></iframe>'
;
}
igPostMessage.receiveMessage(
function
(event)
{
if
((!isNaN(event.data)) && (event.data > 0))
{
document.getElementById(
"iGugaDictionaryFrame"
).style.height =
'100%'
;
document.getElementById(
"iGugaDictionaryContainer"
).style.height = event.data +
'px'
;
}
/*]]>*/
</script>