[quote=ren.jo][quote=cleio][quote=apip]aku minta kode injection css
[/quote]
ini kode nya
[quote]//CSS INJECT
var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";
css.href = "URL LINK CSS KAMU";
css.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(css);[/quote]
masukin di js kamu ya
[/quote]
mo nanya ..
kode injection tuh buat apa yaa ? hehe ..
uda lama ga ngedit2 fs jadi bingung sendiri ..
thx yh .[/quote]
Code injection itu adalah Code yang di buat terpisah dari js yang terpakai di FS kita sist
di buat terpisah. misalkan code saya yg di fs ini
http://h1.ripway.com/p3t3rp4n/93i9iker.code.edo.js
terus saya mau bikin cbox, terus bikin code lagi --->
http://h1.ripway.com/p3t3rp4n/cbox.js
terus di pasang deh pake js injection
var myjs = document.createElement("script");
myjs.type = "text/javascript";
myjs.src = "http://h1.ripway.com/dir4/norightclick(cbox).js";
document.getElementsByTagName("head")[0].appendChild(myjs);
itulah definisi dari injection