Nov 12, 2003 #1 Jusenkyo Programmer Joined Aug 16, 2002 Messages 295 Location GB Hello All I want to run an action script on a button that closes the current IE window... What is the code/function for it? Cheers Jusenkyo
Hello All I want to run an action script on a button that closes the current IE window... What is the code/function for it? Cheers Jusenkyo
Nov 12, 2003 #2 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA Code: on(release){ getURL("javascript:window.close();"); } Regards, Upvote 0 Downvote
Nov 12, 2003 Thread starter #3 Jusenkyo Programmer Joined Aug 16, 2002 Messages 295 Location GB Cheers Oldnewbie... I found it just after I posted the first time! But thanks anyways! Upvote 0 Downvote