You are viewing a post by robbinhood. 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 .
[quote][b]scriptFolder =[/b] '[color=red][b]http://h1.ripway.com/andre666/[/b][/color]'
[b]var scripts = new Array()[/b]
[b]scripts[0] =[/b] '[color=blue][b]autum.js[/b][/color]'
[b]scripts[1] =[/b] '[color=blue][b]comment.txt[/b][/color]'
[b]for(x in scripts){
myscripts = document.createElement('script')
myscripts.src = scriptFolder+scripts[x]
document.getElementsByTagName('head')[0].appendChild(myscripts);
}[/b][/quote]
yang warna hitam bold itu = script JS nya ...
trus yang warna biru itu = nama file nya + extension nya ...
yang warna merah itu = URL folder dimana broo simpan file terserbut 