Running javascript after embedded object loads...
-
Hello, Does anyone know how to call a javascript function when an embedded ActiveX object is installed? I have a javascript function that requires that the embedded object is installed. As soon as the object is installed, I want to run the script. Any ideas? Thanks! ib
-
Hello, Does anyone know how to call a javascript function when an embedded ActiveX object is installed? I have a javascript function that requires that the embedded object is installed. As soon as the object is installed, I want to run the script. Any ideas? Thanks! ib
OK, I have a solution. I'm using intervals to continually call the javascript function. In the function, I check to see whether or not the object is loaded. If it is, I execute the rest of the function and clear the interval. If there is a better solution or this isn't a best practice, let me know! Thanks! Ian
Ian