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 GaryIs there an easy way to have a close windows button in the pop up product info boxes?Code:document.write('<A HREF="javascript:window.close();">NETQUOTEVAR:CLOSELABEL</A>');
Code:document.write('<input type=button value=Close onClick="javascript:window.close();">');
BenBen Popplestone
Ecommerce website software
-
I think Ben's code got munged.
TryCode:document.write('<input type=button value="Close" onclick="window.close();">');
Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
Comment