You are viewing a post by hafizgnx. View all 25607 posts in Bagi para member yang ingin bertanya seputar tweaking FS. Silahkan bertanya dan posting disini. Sebelum itu harap membaca dan mengikuti [url=http://theftalk.com/t23371-FORUM-RULES.html][b]FORUM .
Thx b4.
___________________________________________________
Ada lagi yg mw gw tanya.
[quote]function show_hide(the_box) {
if (document.getElementById(the_box)) {
if (document.getElementById(the_box).style.display == '[b]none[/b]') {
document.getElementById(the_box).style.display = '[b]block[/b]';
}
else {
document.getElementById(the_box).style.display = '[b]none[/b]';
}
}
}[/quote]
Yg d bold itu bisa d ganti ga ya?
Kalo bisa d ganti am apa?
Last edited by hafizgnx (2008-10-25 22:38:39)