Post http request question

Hello,
I have to make a post request on web site that monitors site traffics…
So should i use a loadVars() in that case? (I don’t want a new window whatsoever to be open in the process). So far i tried and it doesnt seem to work so i was wondering if i understood the whole meaning or “making a http post request”…
So is dat **** right?


mylv = new LoadVars();
mylv.send(myurl, "_blank", "POST");

TiA :slight_smile: