Log In · Register

 
what does this code do, confused im lookin bak at my codes
*dumball*
post 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>
 
 
Start new topic
Replies
*dumball*
post Feb 28 2004, 08:22 PM
Post #2





Guest






thanks
 

Posts in this topic
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


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: