Mar 20, 2002 #1 rkb0378 IS-IT--Management Mar 12, 2002 16 US I have a link that opens up another window. I want to add a button to close the new window. How do I make this happen? Thanks
I have a link that opens up another window. I want to add a button to close the new window. How do I make this happen? Thanks
Mar 20, 2002 #2 bluranj Programmer Mar 11, 2002 239 US <a href="javascript:window.close()">Close Window</a> Upvote 0 Downvote
Mar 21, 2002 Thread starter #3 rkb0378 IS-IT--Management Mar 12, 2002 16 US Thanks. Worked perfect. Upvote 0 Downvote