Jan 17, 2004 #1 deintinis IS-IT--Management Joined Nov 14, 2001 Messages 174 Location US I am trying to format a link on a IE popup page that will close the IE popup page. I'm not very proficeint on scripting and other things like that, so any instructions on how to do this would be greatly appreciated. Thanks
I am trying to format a link on a IE popup page that will close the IE popup page. I'm not very proficeint on scripting and other things like that, so any instructions on how to do this would be greatly appreciated. Thanks
Jan 17, 2004 1 #2 LV Programmer Joined Nov 1, 2000 Messages 1,184 Location US Code: <a href="javascript:self.close()">Close window</a> Upvote 0 Downvote
Jan 17, 2004 Thread starter #3 deintinis IS-IT--Management Joined Nov 14, 2001 Messages 174 Location US Thanks! Upvote 0 Downvote