The cope you have opening that blank popup doesn't seem to be Actinic V11 code.
Actinic V11 uses:
And you have showing in your generated pages:
Those spurious </actinic:block> bits seem to indicate that you've erroneously deleted some BlockIf statement.
Try locating the relevent Product Image layout in the Library, right-click it and Revert to Factory Settings.
Actinic V11 uses:
Code:
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsPopUpDisplayedByImage%22%20%2f%3e" > <actinic:block if="%3cactinic%3avariable%20name%3d%22ExtendedInformationType%22%20%2f%3e%20%3d%3d%20%22Opens%20in%20a%20Pop%2dUp%20Window%22"> <a href="<actinic:variable name=ExtendedInfoPageEncoded />" target="ActPopup" onclick="return ShowPopUp('<actinic:variable name=ExtendedInfoPageEncoded />',<actinic:variable name="ExtInfoWindowWidth" />,<actinic:variable name="ExtInfoWindowHeight" />);"> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22ExtendedInformationType%22%20%2f%3e%20%3d%3d%20%22Opens%20in%20the%20Same%20Window%22" > <a href="<actinic:variable name="ExtendedInfoPageName" />"> </actinic:block> </actinic:block>
Code:
</actinic:block> <a href="" target="ActPopup" onclick="return ShowPopUp('',400,350);"></actinic:block><img src="sony_ericsson_walkman_wt19i_lcd_screen.jpg" border="1" width="200" height="200" title="SONY ERICSSON Walkman WT19i Genuine Lcd Screen" alt="SONY ERICSSON Walkman WT19i Genuine Lcd Screen" />
Try locating the relevent Product Image layout in the Library, right-click it and Revert to Factory Settings.
Comment