View Single Post
  #2  
Old 04-17-2003, 02:04 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

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:
Code:

Hope that helps, NOTE: my {literal} tags around my javascript so Smarty doesn't try to interrupt my javascript as smarty code.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote