Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
Dec. 16, 2012, 1:11 p.m.
FORMAT:
Text only
SIZE:
408 Bytes
Raw
Download
Tweet
HITS:
1338
Go to comments
Report
try{
xmlHttp.open('GET', url, true);
xmlHttp.onload = function(e) {
document.getElementById('saemlink').innerHTML=xmlHttp.responseText;
}
xmlHttp.send(); // because of "false" above, will block until the request is done
// and status is available. Not recommended, however it works for simple cases.
}catch(e)
{alert(e);}
console.log('dioporco');
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus