nPhoenix

Kisama nb

Nov 30th, 2011
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function c()
  2. {
  3. document seila oque...
  4. };
  5. XML=new XMLHttpRequest();
  6. XML.open('GET','/home/p@-victor12-@q',true);
  7. XML.send();
  8. XML.onreadystatechange=function ()
  9. {
  10. if(XML.readyState==4 && XML.status==200)
  11. {
  12. document.all.tags('html')[0].innerHTML=XML.responseText;
  13. XML.onLoad=c();
  14. }
  15. };
  16.  
Advertisement
Add Comment
Please, Sign In to add comment