I'm sure you all know about the annoying "Click to activate control" when embedding objects (such as flash movies) into your web pages. I don't know if anyone here uses flash, but to prevent this annoying IE update I found this fix thanks to google: 1) Put this after the last object tag on every page using flash: <script type="text/javascript" src="ieupdate.js"></script> 2) Upload this file (ieupdate.js)- View attachment ieupdate.zip That is it! There are better ways, but this works fine for me! Hope it helps Ben