I have opened an popup window in Joomla 1.5 using modal.js. It's a SqueezeBox. I'm tried call close this popup on popup content but can't.
In Chrome it get an message
Uncaught
TypeError: Cannot read property 'x' ofundefined
Please check this code.
<script type="text/javascript">
window.setTimeout('closeme();', 5000);
function closeme()
{
parent.SqueezeBox.close();
}
</script>
Hope this will helps you...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With