/ Published in: JavaScript
Expand |
Embed | Plain Text
theObjects = document.getElementsByTagName("object"); for (var i = 0; i < theObjects.length; i++) { theObjects.outerHTML = theObjects.outerHTML; }
You need to login to post a comment.
