Change the script in the <head> to this:
And you might want to change your height (the second 200) to 250.Code:<script language="javascript" type="text/javascript"> <!-- var win = null; function popup(mypage,myname,w,h){ settings='width='+w+',height='+h+',top=0,left=0,scrollbars=no,location=no,directories=no,status=no,'+ 'menubar=no,toolbar=no,resizable=no'; win=window.open(mypage,myname,settings); } // --> </script>
NOTE: that + sign on the line, not on it's own. It should fix when you copy and paste it.




Reply With Quote