Mar 20, 2002 #1 rkb0378 IS-IT--Management Joined Mar 12, 2002 Messages 16 Location 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 Joined Mar 11, 2002 Messages 239 Location US <a href="javascript:window.close()">Close Window</a> Upvote 0 Downvote
Mar 21, 2002 Thread starter #3 rkb0378 IS-IT--Management Joined Mar 12, 2002 Messages 16 Location US Thanks. Worked perfect. Upvote 0 Downvote