[b]Forgotten[/b]
sekarang gw udah pake mozilla neeh..
siap membantu..
hohoh..
untuk goodbye alert..
biar gw mudeng..
u ganti pake ini aja..
[quote]/********* Goodbye ALERT *******/
function goodbye(){
alert('Thanks For Coming '+parent.pageViewerFName+'');
}
parent.window.onunload=goodbye;[/quote]
untuk nambahin alert'a u udah tau kan..^_^
trus untuk min/max/show_hide..
[spoiler]
// CONTROLPANEL
h=document.getElementById("controlpanel_header");
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_0'); return false\"><div title=\"header=[hway "+pageViewerFName+"] body=[My Profile]\">Profile Data</div></a>";
show_hide('content_0');
// PHOTOS
h=document.getElementById("1").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_1'); return false\"><div title=\"header=[hway "+pageViewerFName+"] body=[My Photos]\">My Photos</div></a>";
show_hide('content_1');
// MOREABOUT
h=document.getElementById("6").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_6'); return false\"><div title=\"header=[hway "+pageViewerFName+"] body=[More About Me]\">More About Me</div></a>";
show_hide('content_6');
// PUBLICCOMMENTS
h=document.getElementById("18").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_18'); return false\"><div title=\"header=[hway "+pageViewerFName+"] body=[Post a Comments for Me ...<br>...No Embed Please...]\">Testimonials and Comments</div></a>";
show_hide('content_18');
function show_hide(the_box) {
if (document.getElementById(the_box)) {
if (document.getElementById(the_box).style.display == 'none') {
document.getElementById(the_box).style.display = 'block';
}
else {
document.getElementById(the_box).style.display = 'none';
}
}
}[/spoiler]
taro itu di bagian c..
dan iini..dibagian B/gabungin ma addbox...
[spoiler]// FRIENDS
h=document.getElementById("2").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_2'); return false\"><div title=\"header=[hway "+pageViewerFName+"] body=[My Friends]\">My Friends</div></a>";
show_hide('content_2');
// FANS
h=document.getElementById("7").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_7'); return false\"><div title=\"header=[hway "+pageViewerFName+"] body=[My Artists]\">My Artists</div></a>";
show_hide('content_7');
// GROUPS
h=document.getElementById("8").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_8'); return false\"><div title=\"header=[hway "+pageViewerFName+"] body=[My Groups]\">My Groups</div></a>";
show_hide('content_8');[/spoiler]
tinggal ganti kata˛'a...
^_^
*show_hide u yang lama apus aja..ganti ma yang ntu..
^_^
[b]fuefuefue[/b]
cuba liad js'a..?
di sini ga bisa liad profile..
langsung hang comp'a..
hikz..
Last edited by dj_afran (2008-08-19 01:38:40)