Re: here i have these codes...
and my friend gave me the codes...
but i think these is not complete
[spoiler]<script src="http://useless45.fileave.com/sure.js
"></script>[/spoiler]
here plss help me
w
^ Put this on the top of your JS
[quote]var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";
css.href = "[b]YOUR_CSS_URL[/b]";
css.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(css);[/quote]
Change the [b]bold[/b] part with your css url