File "fixprompt.js"
Full path: E:/sites/Single15/tinmung2007/webroot/Tin VUI_BUON/ChaTri CMC/fixprompt.js
File size: 159 B
MIME-type:
Charset: utf-8
theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++)
{
theObjects[i].outerHTML = theObjects[i].outerHTML;
}