Digerdoo Posted July 29, 2005 Share Posted July 29, 2005 Put in additional images popup window scrollbars so i can load there very big images and i see it.. :'( Link to comment Share on other sites More sharing options...
wheeloftime Posted July 29, 2005 Share Posted July 29, 2005 Put in additional images popup window scrollbars so i can load there very big images and i see it.. :'( <{POST_SNAPBACK}> 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 More sharing options...
Digerdoo Posted July 29, 2005 Author Share Posted July 29, 2005 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. <{POST_SNAPBACK}> thousand thanks i try it :blink: :thumbsup: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.