Apr 3, 2005 #1 whloo Programmer Joined Apr 14, 2003 Messages 168 Location SG Hi, i am trying to make my program auto close my browser which prompting the dialog box that ask for my confirmation. is there anyway to do it? thanks in advance!
Hi, i am trying to make my program auto close my browser which prompting the dialog box that ask for my confirmation. is there anyway to do it? thanks in advance!
Apr 3, 2005 1 #2 BillyRayPreachersSon Programmer Joined Dec 8, 2003 Messages 17,047 Location GB Try this hack: Code: opener = self; self.close(); I have no idea if it still works with SP2 applied to Win XP, but it may do. Hope this helps, Dan [tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt] Upvote 0 Downvote
Try this hack: Code: opener = self; self.close(); I have no idea if it still works with SP2 applied to Win XP, but it may do. Hope this helps, Dan [tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt]
Apr 3, 2005 Thread starter #3 whloo Programmer Joined Apr 14, 2003 Messages 168 Location SG thanks BillyRayPreachersSon for the reply! it works!!! i m using xp with sp2 now so, it shld work for all windows version? Upvote 0 Downvote
thanks BillyRayPreachersSon for the reply! it works!!! i m using xp with sp2 now so, it shld work for all windows version?
Apr 4, 2005 #4 BillyRayPreachersSon Programmer Joined Dec 8, 2003 Messages 17,047 Location GB Most likely, yes... Don't expect it to work forever though - it may well be changed at some point. Dan [tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt] Upvote 0 Downvote
Most likely, yes... Don't expect it to work forever though - it may well be changed at some point. Dan [tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt]
Apr 4, 2005 #5 KevinAr18 Programmer Joined Apr 25, 2002 Messages 309 Location US If you are setting up an intranet app, then there is a more stable solution that you could use for Firefox. Upvote 0 Downvote
If you are setting up an intranet app, then there is a more stable solution that you could use for Firefox.