PDA

View Full Version : Javascript question


traxxadd
04-09-2011, 03:37 PM
OK I got this script that pulls up an asteroid ship that you can use to destroy a webpage.

javascript:var%20s%20=%20document.createElement('s cript');s.type='text/javascript';document.body.appendChild(s);s.src='ht tp://axialforums.com/asteroids.min.js';void(0);

Just copy and paste into your browser. What I want to do is make it show in the postbit on my site so the users can click when there raging over a post/user. Can anyone help me write a piece of code for this. Would love to share it with the rest of the community also.

Lynne
04-09-2011, 04:47 PM
I suggest you change your thread title to Javascript question. Java and Javascript are not the same.