Is there an easy way to have a close windows button in the pop up product info boxes?
Announcement
Collapse
No announcement yet.
Close Button
Collapse
X
-
Hi GaryThere certainly is! Open your ExtendedInfo template and find the lineIs there an easy way to have a close windows button in the pop up product info boxes?Change this toCode:document.write('<A HREF="javascript:window.close();">NETQUOTEVAR:CLOSELABEL</A>');Save the template and preview the store.Code:document.write('<input type=button value=Close onClick="javascript:window.close();">');
BenBen Popplestone
Ecommerce website software
-
I think Ben's code got munged.
TryNormanCode:document.write('<input type=button value="Close" onclick="window.close();">');Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
Comment