Help !! Additional Popup window.
I am having trouble with this, the javscript opens the popup fine but the main catalogue page goes blank apart from the word "false" and javascript:ShowPopUp('2012ColourChart700.png', 700,722); appears in the web page address line.
The code I am using is inserted in the Product layout, based on "Creating Additional Popup windows" in adv user guide.
<actinic:block if="%3cactinic%3avariable%20name%3d%22ShowSecondPopUp%22%20%2f%3e"><actinic:variable name="AltInformationPage" />
<br/><a href="javascript:ShowPopUp('ColoutChartActinic/2012ColourChart700.png', 700,722);"><img src="Button/Information.gif" border="0");"></a></actinic:block>
Can anyone advise? many thanks Dave
I am having trouble with this, the javscript opens the popup fine but the main catalogue page goes blank apart from the word "false" and javascript:ShowPopUp('2012ColourChart700.png', 700,722); appears in the web page address line.
The code I am using is inserted in the Product layout, based on "Creating Additional Popup windows" in adv user guide.
<actinic:block if="%3cactinic%3avariable%20name%3d%22ShowSecondPopUp%22%20%2f%3e"><actinic:variable name="AltInformationPage" />
<br/><a href="javascript:ShowPopUp('ColoutChartActinic/2012ColourChart700.png', 700,722);"><img src="Button/Information.gif" border="0");"></a></actinic:block>
Can anyone advise? many thanks Dave
Comment