You have to call send(null) on the xmlhttp-Object.
Just add
xmlhttp.send(null);
This will actually send the request.
0
solved Ajax code doesn’t works in IE
You have to call send(null) on the xmlhttp-Object.
Just add
xmlhttp.send(null);
This will actually send the request.
0
solved Ajax code doesn’t works in IE