Simply place the button or link code where you would like it to appear. (Seems to work only in IE)
<!— begin BUTTON code here –>
<form method=”post”><input type=”button” value=”Close Window” onclick=”window.close()”></form>
<!— end BUTTON code here –>
<!— begin LINK code here –>
<a xhref=”javascript: self.close()”>Close Window</a>
<!— end LINK code here –>
SAMPLE:
Button code:
Link code:
Close Window
