crazyone
inherit
-492228
0
Nov 22, 2024 16:15:00 GMT -8
crazyone
0
January 1970
GUEST
|
Post by crazyone on Jul 24, 2005 7:13:55 GMT -8
this are my first codes, beside that, I hope that someone can use these:
add a text below: View the 10 most recent posts of this forum.
<script> var TD = document.getElementsByTagName("TD") for(i=0;i<TD.length;i++){ if(TD[i].width=="60%" && TD[i].align=="left" && TD[i].innerHTML.match(/Total Posts:/i)){ TD[i].innerHTML+="<br />text to add" }} </script>
and add a text below your instant messages, or as guest: newest member.
<script> var TD = document.getElementsByTagName("TD") for(i=0;i<TD.length;i++){ if(TD[i].width=="40%" && TD[i].align=="left" && TD[i].vAlign=="top" && TD[i].innerHTML.match(/Total Members:/i)){ TD[i].innerHTML+="<br />text to add" }} </script>
|
|