[quote=lordheinz][quote=AIcrusher]here's mine and its not working......
var christian;
try {christian = document.createElement("div");}
catch (e) {christian = document.createElement("<div>");}
christian.innerHTML = "document.getElementById("content_0").getElementsByTagName("ul")[2].innerHTML=
<div class="user_tracker">
"<li><strong>Viewers Info:</strong>[<a style=\"margin: 0px; font-weight: normal;\" href=\"/editaccount.php#showTracker\"> visible to all </a>]<br></li>"+
"<li><img src='http://img341.imageshack.us/img341/8776/nodek6.gif' /><a>Your user's name</a> - "+pageViewerFName+"<br></li>"+
"<li><img src='http://img341.imageshack.us/img341/8776/nodek6.gif' /><a>Your user's id</a> - "+pageViewerID+"<br></li>"+
"<li><img src='http://img341.imageshack.us/img341/8776/nodek6.gif' /><a>date&time you visit my profile</a> - "+Date()+"<br></li>";";
</div>
christian.setAttribute("style","text-align:center;padding-top:10px");
document.getElementById("controlPanelButtons").parentNode.appendChild(christian);[/quote]
please do not alter the code...give the necessary credit...have some respect to the creator...[/quote]
sorry i told you im just a newbie in this programming thing and dunno the rules .... peace

but i still dont get your point