Results 1 to 2 of 2

popup window too small

This is a discussion on popup window too small within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; How can I make the "Search help" pop-up window start bigger? I have reworded (writing to the vast unwashed rather ...

      
  1. #1
    New Member
    Join Date
    Jan 2003
    Posts
    13
    Rep Power
    0


    Default popup window too small

    How can I make the "Search help" pop-up window start bigger?

    I have reworded (writing to the vast unwashed rather than to programmers) the entire explainitory text as it pertains to my gift shop.

    See it from http://hyllehouse.httpsuites.com/
    (for those like I was a couple of weeks ago... Click "advanced search", then "search help" to follow the problem resolution)

    Thanks in advance!

    jLee

  2. #2
    New Member
    Join Date
    Nov 2002
    Location
    UK
    Posts
    21
    Rep Power
    0


    Default

    In advanced_search.php find the following code near the top of the file.

    Code:
    function popupWindow(url) {
      window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,
    menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=450,
    height=280,screenX=150,screenY=150,top=150,left=150')
    }
    //--></script>
    alter

    Code:
    width=450,height=280
    to change the window size

Similar Threads

  1. Anyway to get a popup window from FCK editor??
    By Redeye_Joe in forum osCMax v2 Features Discussion
    Replies: 1
    Last Post: 03-07-2006, 01:00 PM
  2. how to make popup window scrolling?
    By technoboy in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 02-08-2006, 12:26 PM
  3. Scrollable popup window
    By fuzzyphil in forum osCMax v1.7 General Mods Discussion
    Replies: 0
    Last Post: 10-10-2005, 04:39 AM
  4. Popup window upon clicking a hyperlinked banner
    By developer_x in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 02-08-2005, 09:12 PM
  5. Help changing text in popup window titlebar
    By groggory in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 12-08-2004, 10:08 AM

Bookmarks

Posting Permissions

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