How To > Troubleshoot > "Click to Activate and Use this Control" Message |
Question - I get the message “click to activate and use this control” when I place my cursor over the Prizm Viewer window. Is there a way to stop this from happening?
Answer - This is part of a security update in Internet Explorer 6, 7, and 8 requiring user input to activate ActiveX controls. The Network Administrator can add a JavaScript file at the end of every web page running Prizm Viewer. The contents of the JavaScript file are as follows:
HTML Example |
Copy Code
|
---|---|
objects = document.getElementsByTagName("object"); for (var i = 0; i < objects.length; i++) { objects[i].outerHTML = objects[i].outerHTML; } |