Cambarus Inc. Homepage
Multi-Language Equipped

Cambarus Inc.

Disable 'Click to activate this control'

This fix may no longer be needed; please read below.

In February, 2006 Microsoft modified its Internet Explorer web browser to appear to side-step the Eolas patent. The change, first discussed in 2003, requires users to click once on an ActiveX control to "activate" it before they can use its interface. The specific message is "Click to activate this control", shown as a tooltip when the cursor is held over the embedded object. However, following a November 2007 announcement that Microsoft had "licensed the technologies from Eolas", in April 2008 Microsoft released an update which removed the click to activate functionality reverting the software to its original design.

Instructions

Step 1:
Just under the last <object>, insert the following Javascript
<script type="text/javascript" src="FlashFix.js"></script>
Step 2:
Open Notepad and paste in the following code
refObject = document.getElementsByTagName("object");
  for (var i = 0; i < refObject.length; i++)
  {
	  refObject[i].outerHTML = refObject[i].outerHTML;
  }
Step 3:
Save file as FlashFix.js
Step 4:
Upload changes to HTML and FlashFix.js to server

Side Menu

Example Code

Site Information

Example Sites

Try it out!

Best Video Ever?

Validated by the World Wide Web consortium CSS ~ Cutting edge Cascading Style Sheets. Experiments in CSS

this page is Valid XHTML 1.0 Strict