Browser to browser

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,
let's say i have 2 browsers open on my desktop. Browser A has a 5 second
timer that runs. Browser B has a single button on it. Is it possible for
Browser A' s timer event to automatically run the button_click event on
browser B? Or really is it possible for that type of communication between 2
open browsers?

thanks,
rodchar
 
let's say i have 2 browsers open on my desktop. Browser A has a 5 second
timer that runs. Browser B has a single button on it. Is it possible for
Browser A' s timer event to automatically run the button_click event on
browser B? Or really is it possible for that type of communication between
2
open browsers?

Under normal circumstances, no, though I'm sure it could be done with either
an ActiveX control or a Java applet...
 
Back
Top