ok i have this code
myData.send("mail.php", 0, "POST");
on a button. everything works ok except a new window pops up as if i put “_blank” as the target. ive tried stuff like
myData.send("mail.php", "", "POST");
and still no luck. i dont want any window to open anywhere. i just want my data sent. Anybody know how to fix this? thanks