Code:
{literal}
<script language="Javascript" type="text/javascript">
<!--
function mypopup(mydoc) {
window.open(mydoc, '_mywindow', 'HEIGHT=400,resizable=no,WIDTH=550');
}
//-->
</script>
{/literal}
A function I use for poping up windows just call it like so:
Hope that helps, NOTE: my {literal} tags around my javascript so Smarty doesn't try to interrupt my javascript as smarty code.
