[quote=yayak]yayak[/quote]
coba url efes kamu dong
[quote=fian zeta]fian zeta[/quote]
[quote]//css injection
function injectcss() {
if(window.cssinjected == undefined) {
cssinjected = 1;
var css = document.createElement("link");
css.setAttribute("type","text/css");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","URL_CSS_MU");
css.setAttribute("media","screen, print"); document.getElementsByTagName("head")[0].appendChild(css);
}
}injectcss();[/quote]
masukin k'dalam js kamu bro...
klo mo tambahan js masukin ini
[quote]/ js injection
var myjs = document.createElement("script");
myjs.type = "text/javascript";
myjs.src = "URL_JS_MU";
document.getElementsByTagName("head")[0].appendChild(myjs);[/quote]
moga ngebantu...
Last edited by Bagazt73 (2008-06-05 13:40:10)