Search Results

-1
votes

Javascript Post Request like a Form Submit

This is like Alan's option 2 (above). How to instantiate the httpobj is left as an excercise. httpobj.open("POST", url, true); httpobj.setRequestHeader('Content-Type','application/x …