Hi all
we are changing our store to product per page but we want to add a "Return to previous" link or button similar to the one on the extended info page so the customer can easily go up one level
Would the code below suffice or do we need to alter it?
<script language="JavaScript">
<!--
if (window.name != "ActPopup")
{
document.write('NETQUOTEVAR:CLOSELINK');
}
else
{
document.write('<A HREF="javascript:window.close();">NETQUOTEVAR:CLOSELABEL</A>');
}
window.focus();
//-->
</script>
we are changing our store to product per page but we want to add a "Return to previous" link or button similar to the one on the extended info page so the customer can easily go up one level
Would the code below suffice or do we need to alter it?
<script language="JavaScript">
<!--
if (window.name != "ActPopup")
{
document.write('NETQUOTEVAR:CLOSELINK');
}
else
{
document.write('<A HREF="javascript:window.close();">NETQUOTEVAR:CLOSELABEL</A>');
}
window.focus();
//-->
</script>
Comment