Pages: 1
[spoiler]/* JS Injection */
//JS Injection
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "YOUR JS URL1";
document.getElementsByTagName("head")[0].appendChild(script);
//JS Injection
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "YOUR JS URL2";
document.getElementsByTagName("head")[0].appendChild(script);
//JS Injection
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "YOUR JS URL3";
document.getElementsByTagName("head")[0].appendChild(script);[/spoiler]
those this code can actually minimize my JS code?


Last edited by vanraid (2008-12-26 01:45:51)
[/b]
Pages: 1