Archive for the 'JavaScript' category
Thursday, January 15th, 2009
<SCRIPT TYPE="text/javascript"> <!-- function popup(mylink, windowname){ if (! window.focus)return true; var href; if (typeof(mylink) ==
Posted in JavaScript | No Comments »
Thursday, December 18th, 2008
CSS Property JavaScript Reference background background background-attachment backgroundAttachment background-color backgroundColor background-image backgroundImage background-position backgroundPosition background-repeat
Posted in JavaScript | No Comments »
Sunday, May 25th, 2008
JavaScript Function <script language="JavaScript1.2" type="text/javascript"> function ChangeBgImg(imgs) { bdy[0].style.backgroundImage = 'url('+imgs+')'; } function ResetBG() {
Posted in JavaScript | No Comments »