/ Published in: JavaScript
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 theObjects = document.getElementsByTagName("object"); for (var i = 0; i < theObjects.length; i++) { theObjects.outerHTML = theObjects.outerHTML; }
Comments
                    Subscribe to comments
                
                