 |

MayDay
User
Oct 8, 2004, 12:36 PM
Post #1 of 2
(4277 views)
Shortcut
|
Another request I know you can help me with...I want to add a simple javascript to close the page. I tried adding "close this page" in the _doc_header template like this: <a href="javascript:window.close();">Close This Page</a> but this does not work. Can you point me in the right direction? Robert
|
|
|  |
 |

Cliff
Staff

Oct 8, 2004, 5:02 PM
Post #2 of 2
(4268 views)
Shortcut
|
Hi Robert, Thanks for posting. You can try using this code instead
<a href="javascript:top.close()">Close This Page</a> I think that is closer to what you are looking for Regards, Cliff Stefanuk - Customer Service Manager support@interactivetools.com
|
|
|  |
|