
10-06-2006, 02:30 PM
|
|
|
|
 X-Adept
|
|
Join Date: Jan 2005
Posts: 549
|
|
|
Re: How to enlarge the "Edit Options" pop-up window?
Quote:
Originally Posted by balinor
Oops, sorry Tuan, I mis-read your signature as you using 4-0-18 instead of 4.1.2  They have indeed changed the code...not sure where that is set now.
|
Thanks anyway, Ryan.
Quote:
Originally Posted by syddos
From 4.1.3
Have a look at
{include file="main/include_js.tpl" src=" modules/Product_Options/edit_product_options.js"}
look for the following javascript code: -
PHP Code:
function openPopupPOptions(target, id) {
return window.open('popup_poptions.php?target='+target+'&id='+id,'POptions','width=400,height=350,toolbar=no,status=no,scrollbars=yes,resizable=no,menubar=no,location=no,direction=no');
}
Note the "width", "height" and "resizable" settings.
|
Thanks so much Syddos. That did it. Your help is greatly appreciated. Have a great weekend.
-Tuan
__________________
Win2003 IIS6, PHP 5.2.3, MySQL 5.0.45 and X-Cart 4.1.9
|
|