Posted by shoa on 11/07/05 10:16
Hello
I have a image in the top of a popup window. Now I want to have a close link
(using javascript) in the centre right of this image to close this window.
Could you please tell me how to do that
<div>
<img src="image.gif>
<a href="javascript:window.close();">Close Window</a>
</div>
Thanks
S.Hoa
[Back to original message]
|