Pages

Thursday, October 11, 2007

Flash Pop-up Eliminator

In the JS File:
-----------------------------------------------------------------------------
objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++)
{
objects[i].outerHTML = objects[i].outerHTML;
}


In the HTML:
------------------------------------------------------------------------------
script type="text/javascript" src="XXX/ieupdate.js">
/script



Compressing HTML





This is pretty cool for scaling enewsletters file size down. Simply just cut and paste and click to minimize file size in between the codes. Cool.. just saved me a lot of time. :)