View Single Post
Old 01-10-2013, 07:48 PM   PM User | #4
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,172
Thanks: 59
Thanked 3,993 Times in 3,962 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
Synchronous AJAX. Or better named SJAX, I suppose.

Code:
    var http = new XMLHttpRequest();
    http.open( "GET", "someURLonYourSite.php?xxx=3", false );
    http.send( );
The false there says "wait for an answer".
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote