Hello,
I received a widget from a company, unfortunatly the widget only works in certain countries like USA,UK and Canada, this means that the rest of the world will see a blank page, I would like to have games showing instead of the blank page, any idea how to do this please?
First I have the widget code:
<script type="text/javascript">
widget = new Object();
widget.mnd_nodisplay = 'CONTENT ONLY AVAILABLE IN CERTAIN COUNTRIES!';
</script>
and woudl like to show this iframe instead of "content only available in certain countries"
<iframe
src="http://www.bonjourgames.com/bonjourgames.html" width="800"
height="800" frameborder="0" scrolling="no" marginheight="0"
marginwidth="0"></iframe>
I have tried this:
widget.mnd_nodisplay = '<iframe
src="http://www.bonjourgames.com/bonjourgames.html" width="800"
height="800" frameborder="0" scrolling="no" marginheight="0"
marginwidth="0"></iframe>';
but it will not work, any idea why please?
Thank you very much,
Ben