[b]ardy_gaul[/b] haha, salahnya cuma 1 kok kurang tanda ini }
[quote][color=red]}[/color]
/*=================================BAGIAN C ================================*/
if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
function addBox (type,head,htm,id,sibling) {
//by marfillaster[/quote]
ama ini [quote]//vidio
var video ="<div align='center'><embed src='http://www.youtube.com/v/oobDQ0vdm8M&hl=en' type='application/x-shockwave-flash' wmode='transparent' width='400' height='300'></embed></div>";
addBox("LEFT","<a href=\"#\" onClick=\"show_hide('content_box_ke3'); return false\"><div>"+pageOwnerFName+" ViDeo</div></a>",video,"box_ke3",null);
show_hide('content_box_ke3');
//clock
var clock ="<div align='center'><embed src=\"http://www.pingafriend.com/clocks/swf/halloweenclock10.swf?TimeZone=ICT&\"width=\"95%\" height=\"175\" wmode=\"transparent\" type=\"application/x-shockwave-flash\"></div>";
addBox("LEFT","<a href=\"#\" onClick=\"show_hide('content_box_ke4'); return false\"><div>"+pageOwnerFName+" ClocK</div></a>",clock,"box_ke4",null);
show_hide('content_box_ke4');[/quote]
taro d bagian B
trus ini
[quote]// CONTROLPANEL
h=document.getElementById("controlpanel_header");
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_0'); return false\"><div >-=:!]["+pageOwnerFName+"][!:=-</div></a>";
// PHOTOS
h=document.getElementById("1").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_1'); return false\"><div>"+pageOwnerFName+"\'s Photo Gallery</div></a>";
show_hide('content_1');[/quote]
gabung ama ini [spoiler][b]// CONTROLPANEL
h=document.getElementById("controlpanel_header");
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_0'); return false\"><div >-=:!]["+pageOwnerFName+"][!:=-</div></a>";
// PHOTOS
h=document.getElementById("1").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_1'); return false\"><div>"+pageOwnerFName+"\'s Photo Gallery</div></a>";
show_hide('content_1');[/b]
// MOREABOUT
h=document.getElementById("6").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_6'); return false\"><div>-=:!][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>-=:!][mY CoMmEnT][!:=-</div></a>";
show_hide('content_18');
// MEDIA BOX
h=document.getElementById("10").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_10'); return false\"><div>-=:!][FtI MeMBeR][!:=-</div></a>";
show_hide('content_10');
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]
Last edited by teguh0203 (2008-07-28 05:21:04)