Knowledgebase

Home > Item #142

Pop Up box for larger images does not work

Item: #142
Date: 6 Mar 2002
Applies to
v4
v5

Question

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.

Answer

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.

Can't find the answer you need? Click here to open a support ticket.

« Back