Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Is this possible


Digerdoo

Recommended Posts

Put in additional images popup window scrollbars so  i can load there very big images and i see it..

 

:'(

 

In catalog/product_info.php look for

function popupWindow(url) {
 window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res
izable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,le
ft=150')
}

 

Changing 'scrollbars=no' in 'scrollbars=yes' or just leaving it out should do the trick.

Link to comment
Share on other sites

In catalog/product_info.php look for

function popupWindow(url) {
?window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res
izable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,le
ft=150')
}

 

Changing 'scrollbars=no' in 'scrollbars=yes' or just leaving it out should do the trick.

 

thousand thanks i try it :blink: :thumbsup:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...