Nov 12, 2003 #1 Jusenkyo Programmer Aug 16, 2002 295 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 Dec 6, 2000 9,142 CA Code: on(release){ getURL("javascript:window.close();"); } Regards, Upvote 0 Downvote
Nov 12, 2003 Thread starter #3 Jusenkyo Programmer Aug 16, 2002 295 GB Cheers Oldnewbie... I found it just after I posted the first time! But thanks anyways! Upvote 0 Downvote