You are viewing a post by robbinhood. View all 59149 posts in [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-.

[/quote]
coba kek gini
[quote]addBox("LEFT","<a href=\"#\" onClick=\"show_hide('content_frbox'); return false\"><div>"+pageOwnerFName+"'s Friends</div></a>",htm,"frbox","18");
show_hide('content_frbox');[/quote]
code
[quote]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';
}
}
}[/quote]
mudah2 an code diatas bisa jalan
and code diatas adalah code untuk JS external
Last edited by robbinhood (2008-06-28 06:38:43)