Skip to content

Instantly share code, notes, and snippets.

View shrishailbelanke's full-sized avatar

shrishailbelanke

View GitHub Profile
@shrishailbelanke
shrishailbelanke / Ajax Fuctionality
Created March 26, 2012 11:37 — forked from anonymous/Ajax Fuctionality
web based application using php(ajax) CCPP ID 933
var xmlHttp;
function sendEmpID(str)
{
xmlHttp=GetXmlHttpObject();
if (xmlHttp==null)
{
alert ("Browser does not support HTTP Request")
return;
}
var url="getemp.php";