Hi we use popup window for our Zoomify function on our site the code we use is:
Is there a way i can position the popup center of the screen instead of it defaulting to the top left hand corner?
Cheers FrAz
HTML Code:
<a href="javascript:ShowPopUp('<actinic:variable name="ExtendedInfoPageEncoded"/>','<actinic:variable name="ExtInfoWindowWidth"/>','<actinic:variable name="ExtInfoWindowHeight"/>');"> <img src="<actinic:variable name="ExtInfoButtonImageFileName" />" border="0" alt="Enlarge Product Image" onMouseOver="src='zoom_r.gif' " onMouseOut="src='<actinic:variable name="ExtInfoButtonImageFileName" />' " /></a>
Cheers FrAz
Comment