![]() |
|
click to activate and use this control - Printable Version +- Computer Graphics Community (http://www.cgshelf.com/forum) +-- Forum: Web Designing (/forum-39.html) +--- Forum: Javascript (/forum-45.html) +--- Thread: click to activate and use this control (/thread-326.html) |
click to activate and use this control - bpsujith - 09-29-2007 09:57 AM How to fix the message showing around flash files in a site "click to activate and use this control" i got a solution but it didnot working in windows XP SP2. now i'm using the following script... objects = document.getElementsByTagName("object"); for (var i = 0; i < objects.length; i++) { objects[i].outerHTML = objects[i].outerHTML; } |