Results 1 to 22 of 22

Thread: table problem / resolution help

Threaded View

  1. #18
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Change the script in the <head> to this:

    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>
    And you might want to change your height (the second 200) to 250.

    NOTE: that + sign on the line, not on it's own. It should fix when you copy and paste it.
    Last edited by The Hobo; Oct 2nd, 2002 at 07:22 PM.
    My evil laugh has a squeak in it.

    kristopherwilson.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width