Originally posted by fergusw
This will mean you can hide subsections whatever level they are at.
<a href="javascript:ShowPopUp('<actinic:variable name=ExtendedInfoPageEncoded />',<actinic:variable name="ExtInfoWindowWidth" />,<actinic:variable name="ExtInfoWindowHeight" />);">
<a href="<actinic:variable name=ExtendedInfoPageEncoded />" onclick="ShowPopUp(this.href,<actinic:variable name="ExtInfoWindowWidth" />,<actinic:variable name="ExtInfoWindowHeight" />);return false;">
<a href="javascript:ShowPopUp('<actinic:variable name=ExtendedInfoPageEncoded />',<actinic:variable name="ExtInfoWindowWidth" />,<actinic:variable name="ExtInfoWindowHeight" />);">
<a href="<actinic:variable name=ExtendedInfoPageEncoded />" onclick="ShowPopUp(this.href,<actinic:variable name="ExtInfoWindowWidth" />,<actinic:variable name="ExtInfoWindowHeight" />);return false;">
Comment