what does this code do, confused im lookin bak at my codes |
what does this code do, confused im lookin bak at my codes |
| *dumball* |
Feb 28 2004, 06:40 PM
Post
#1
|
|
Guest |
<script language="Javascript">
// original by sean http://www.xanga.com/seanmeister var tds = document.getElementsByTagName("td"); for (var i = 0; i < tds.length; i++){ if (tds[i].width == "200"){ tds[i].parentNode.appendChild(tds[i].cloneNode(true)); tds[i].parentNode.removeChild(tds[i]); break; }} </script> |
|
|
|
dumball what does this code do Feb 28 2004, 06:40 PM
lookitskim this code change ur left module to the right, if u... Feb 28 2004, 06:44 PM
dumball thanks Feb 28 2004, 08:22 PM![]() ![]() |