[quote=andre666]nah klo gua pake hostingan 000webhost
pada code scriptFolder = '
http://h1.ripway.com/andre666/' d ganti apa ya?[/quote]
gini broo sebener nya penjelasannya
[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