Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b]
The topic here is about compiling js so don't be asking about css considered only if
in the code, for multiple js codes?
what is the url folder?
// for multiple js injection
scriptFolder = 'url of your script folder here/'
var scripts = new Array()
scripts[0] = 'file1.js'
scripts[1] = 'file2.js'
scripts[2] = 'file3.js'
for(x in scripts){
myscripts = document.createElement('script')
myscripts.src = scriptFolder+scripts[x]
document.getElementsByTagName('head')[0].appendChild(myscripts);
}
function onProfileLoad() {
//onload handler