Re: The XMLHttpRequest Reuse Dilemma
cuchandoo,
when you do not include (), you are assigning a reference to a function.
If we would include (), the code inside that function would execute right than and there. We do not want that to happen. We want the code to execute when the XMLHttpR...