Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add A Scrollbar to Popup Image?


HARDCORE

Recommended Posts

Yes, there is a really simple way to add a scrollbar.

 

Open "catalog/product_info.php"

 

For me it is on line 29 but look for something like...

 

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')
}

 

Inside there, you will see [scrollbars=no]. Change that NO to a YES and you're in business.

Link to comment
Share on other sites

  • 1 year later...

Archived

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

×
×
  • Create New...