You are viewing a post by fando91. View all 887 posts in [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.
U guys can also use this one...
If u don't want conflict between codes, u can use this...
[/b]
[quote]var code = document.createElement("script");
code.type = "text/javascript";
code.src = "[b]URL_OF_JS[/b]";
document.getElementsByTagName("head")[0].appendChild(code);[/quote]
[b]
paste this on ur js...[/b]
Last edited by fando91 (2007-11-03 09:08:55)