javascript - Embed flash object loads with border but then border dissapears -


The limit is initially loaded, but after (almost immediately) it disappears. I am using embed tag

This is happening only to the Explorer 9 -11 (i.e. 8 or oddly no problem with other browsers). I need to hide the border when it is first loaded.

Copy the code below into your .js file or your own. Enter a .js file in the html file

  theObjects = document.getElementsByTagName ("object"); For (var i = 0; i & lt; theObjects.length; i ++) {objects [i] .outerHTML = theObjects [i] .outerHTML; }  

HTML: The .js file has been put in its html file by inserting the code below

   


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -