[quote=_Qq Gunners_]minta kode jam dong!
Plus tooltips & minimizer[/quote]
ini untuk jam....
[spoiler]var code="<embed type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" name=\"flashplayer\" src=\"http://www.pingafriend.com/clocks/swf/digitaldatetime2.swf\" quality=\"high\" width=\"300\" height=\"140\" swliveconnect=\"true\" allowscriptaccess=\"samedomain\" /><br>";
addBox("RIGHT","..::: WIB :::..",code,"jam","8");
[/spoiler]
ni wat minimize...tapi cuma 2...
[spoiler]// MOREABOUT
h=document.getElementById("6").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_6'); return false\"><div>More About "+pageOwnerFName+"</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>Testimonials and Comments for "+pageOwnerFName+"</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]
moga membantu