BrU32

JS Yahoo! Mass ID Lookup SRC For Educational Purposes Only!!

Jul 12th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <script language="javascript">
  2. var ID;
  3. var i=prompt("Enter # Of ID's:");
  4. for(var i1=0;i1<i;i1++){
  5. ID=prompt("Enter the Yahoo! ID to check.");
  6. document.write("<b><center>" + ID + " is currently: " + "<img src=http://opi.yahoo.com/online?u=" + ID + "></center></b>");
  7. }
  8. </script>
Add Comment
Please, Sign In to add comment