Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Scrolling bar for pop up's


ladykaren

Recommended Posts

Posted

Hi everyone;

Is there a contrib that will place a scrolling bar for pop up images

so that if the pop up is a rather large image, someone can slide

the bar up and down to view the page? I also need it to be

compatible with More Pics 6 newest version.

 

Thanks,

Karen

Posted
Hi everyone;

Is there a contrib that will place a scrolling bar for pop up images

so that if the pop up is a rather large image, someone can slide

the bar up and down to view the page? I also need it to be

compatible with More Pics 6 newest version.

 

Thanks,

Karen

I'm not sure if this will work with More Pics but at the top if catalog/product_info.php find this code:

<script language="javascript"><!--
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')
}
//--></script>

where it says scrollbars=no,

change to

scrollbars=yes,

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Posted
I'm not sure if this will work with More Pics but at the top if catalog/product_info.php find this code:

<script language="javascript"><!--
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')
}
//--></script>

where it says scrollbars=no,

change to

scrollbars=yes,

 

 

Thanks Bill ... that did the trick !!

 

Hugs

Archived

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

×
×
  • Create New...