Recent Posts
HTML | 14 sec ago
None | 40 sec ago
None | 42 sec ago
Make | 47 sec ago
None | 1 min ago
None | 1 min ago
None | 2 min ago
None | 2 min ago
None | 2 min ago
C | 2 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By tavares on the 31st of Jan 2009 09:40:28 PM Download | Raw | Embed | Report
  1. function GetXMLHttp() {  
  2. if(navigator.appName == "Microsoft Internet Explorer") {  
  3. xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");  
  4. }  
  5. else {  
  6. xmlHttp = new XMLHttpRequest();  
  7. }  
  8. return xmlHttp;  
  9. }  
  10.    
  11. var xmlRequest = GetXMLHttp();
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: