Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function c()
- {
- document seila oque...
- };
- XML=new XMLHttpRequest();
- XML.open('GET','/home/p@-victor12-@q',true);
- XML.send();
- XML.onreadystatechange=function ()
- {
- if(XML.readyState==4 && XML.status==200)
- {
- document.all.tags('html')[0].innerHTML=XML.responseText;
- XML.onLoad=c();
- }
- };
Advertisement
Add Comment
Please, Sign In to add comment