Hi
Just incase some people neglect my query below due to the three replys, thinking it is dealt with, I allow myself to give this question a new post.
How do I make a "close window" link (like in this forum when you preview your reply before sending):
Here's the body:
<body>
<p>
<a href="PICTURE.jpg" OnClick="window.open('PICTURE.jpg', 'big', 'fullscreen=yes'); return false"><img border="0" src="PICTURE.jpg" width="172" height="129">
</a>
</body>
What do I need? Something like this, or is this too complicated?:
"javascript:window.close()">Close Window<