postMessage.js

1
2
function postMessage(msg) {
var request = new XMLHttpRequest(); // New request
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
uses each of the XMLHttpRequest. It POSTs a string of text to a server and ignores any response the server sends.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.