Home > Item #142
When I add larger images for either versions or products I get the "view" link for viewing a large image of the item in a pop up box. However nothing happens when I click on the link.
The pop up functionality requires a javascript function to be present on any page where such a pop up link is included.
<script LANGUAGE="Javascript">
<!-- Hide javascript from older browsers --
function PopUp(theURL,winName,features) {
window.open(theURL,winName,features);
}
// end hide -->
</script>
Ensure this code is present above the TITLE tag of the HTML skin.