I am using Tinybox (http://www.scriptiny.com/2009/05/javascript-popup-box/) for my popup operations.
Although, when I load a page in the popup and have a script tag in it, it does not work.
Anyidea how I can fix this ?
e.g
<script>
alert('hello world');
</script>