Re: the codes are possibly obselete
[spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote]
An alternative code for customize header names
I made a [b]simple code[/b] & now the co
[quote]if ( ! attachOnLoadHandler(function () { cHeaders();}))
window.onload = function () {
cHeaders();};
function cHeaders() {
var h;
h=document.getElementById("controlpanel_header");
h.innerHTML="kliitiia uy";
h=document.getElementById("photos_1_2").getElementsByTagName("h2")[0];
h.innerHTML="PHOTO COMMENTS PLZ..";
h=document.getElementById("blogs_1_3").getElementsByTagName("h2")[0];
h.innerHTML="BLOGS";
h=document.getElementById("reviews_1_4").getElementsByTagName("h2")[0];
h.innerHTML="REVIEWS";
h=document.getElementById("moreabout_1_5").getElementsByTagName("h2")[0];
h.innerHTML="DA JIA HAO!";
h=document.getElementById("publiccomments_1_7").getElementsByTagName("h2")[0];
h.innerHTML="COMMENTS";
h=document.getElementById("scrapbook_1_8").getElementsByTagName("h2")[0];
h.innerHTML="SCRAPT BUK";
h=document.getElementById("friends_2_2").getElementsByTagName("h2")[0];
h.innerHTML="HAO PENG YOU";
h=document.getElementById("fanof_2_4").getElementsByTagName("h2")[0];
h.innerHTML="MY IDOLS";
h=document.getElementById("groups_2_5").getElementsByTagName("h2")[0];
h.innerHTML="GROUPS^^";
}[/quote]
wat's wrong with my code??