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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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
| |||
| |||
| 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>
Code: width=450,height=280 |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Anyway to get a popup window from FCK editor?? | Redeye_Joe | osCMax v2 Features Discussion | 1 | 03-07-2006 01:00 PM |
| how to make popup window scrolling? | technoboy | osCMax v2 Customization/Mods | 1 | 02-08-2006 12:26 PM |
| Scrollable popup window | fuzzyphil | osCMax v1.7 General Mods Discussion | 0 | 10-10-2005 03:39 AM |
| Popup window upon clicking a hyperlinked banner | developer_x | osCommerce 2.2 Modification Help | 3 | 02-08-2005 09:12 PM |
| Help changing text in popup window titlebar | groggory | osCMax v1.7 Discussion | 4 | 12-08-2004 10:08 AM |