![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Event fired by "alert"
From: Alistair Saldanha <dizzysal@cox.net>
Date: Mon Jul 25 2005 - 06:41:36 CEST
I am the person who made the original post. I didn't want to make my message
WebBrowser.Document.All("Xbutton").OnClick = Class1
This will run the default method in Class1 when the user clicks Xbutton.
I'm looking for the same pathway for an alert:
<SCRIPT>
I'm assuming the pathway would be something along the lines of:
WebBrowser.Document.All("???") = Class2
Thanks,
"Alistair Saldanha" <dizzysal@cox.net> wrote in message
|