I have tried this:
PHP Code:
$content .= '<p><a href="https://seal.godaddy.com/verifySeal?sealID=201172394902826c75f127119a6f58dc917cc6035554991772270102" onclick="window.open(this.href,'','resizable=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,fullscreen=no,dependent=no,width=550,height=460,status'); return false"><img src="http://www.mydanilo.com/images/godaddyseal.jpg" alt="GoDaddy Seal" /></a></p>';
But it prevents my pages to load. Do I have to put script type="text/javascript" stuff somewhere in my side box template as well?
The above code works just fine if I use it on any defines page content but not in my sidebox. How would I do this pop up?
It worked fine with target=blank to open in a new window, but I want this to open in a small pop up window only.