RE: Open page in the background
now you changed it from POST to GET, the send('quote=32') is for the POST variables, adding the variables in the URL string is for GET.
And if the script doesn't return anything then you won't use the onreadystate function indeed, maybe only to know if you sent the quote correctly. If it does return any data, then the data will be available in this function.
|