Skip to content

Instantly share code, notes, and snippets.

View Massay's full-sized avatar
💭
Coding as usual !!!

Massay Bah Massay

💭
Coding as usual !!!
View GitHub Profile
@Massay
Massay / My Js
Last active August 29, 2015 13:56
Simple Time function and ajax page caller
var myobject;
try{ myobject=new ActiveObject("Microsoft.XMLHTTP"); }
catch(e) { try{ myobject=new ActiveObject("Msxml2.XMLHTTP"); }
catch(e) { myobject=false; } }
if(!myobject) { myobject=new XMLHttpRequest();
}
function getPages(page,location)
{ var loca=document.getElementById(location);