Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Image PopUp Scrollbar


Emmett

Recommended Posts

Posted

I would like to add a scroll bar to the image popup due to some of my images required to be very large.

 

Is this possible?

Should I just downsize the image to fit into the maximum size that the popup currently renders at?

 

Thank You

Emmett

  • 9 months later...
  • 7 months later...
Posted

I too am searching for the answer, WE WANT SCROLLABLE POPUPS. LMAO

 

Hopefully the wise and mighty can assist. I respectfully bow before the PHP masters. LMAO

Sincerely,

Joseph Seabert

Posted
I too am searching for the answer, WE WANT SCROLLABLE POPUPS. LMAO

 

Hopefully the wise and mighty can assist. I respectfully bow before the PHP masters. LMAO

 

that is javascript stuff and not php so I suggest you search google for

"javascript popupwindow scrollbars=on" .

Treasurer MFC

Posted

or try this contribution

 

It should give you the full size image and more.

Installed Contributions: CCGV, Close Popup, Dynamic Meta Tags, Easy Populate, Froogle Data Feeder, Google Position, Infobox Header Entire Row, Live Support for OSC, PayPal Seal with CC images, Report_m Sales, Shop by Price Revised, SQL Updater, Who's Online Enhancement, Footer, GNA EP Assistant and still going.

Posted

in the javascript, you can turn the scroll bar on or off.

  • 3 months later...
  • 2 months later...
Posted

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...

 

 

CODE

 

function popupWindow(url) {

window.open(url,'popupWindow',& #39;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,l

eft=150')

}

 

 

 

 

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

James Scheller

Archived

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

×
×
  • Create New...