Send("flash.php", "POST")

l = new LoadVars();
l.user = login_name;
l.company = login_company;
l.email = login_email;
l.phone = login_phone;
l.send(“flash.php”, “POST”);

Works great, but it opens the “flash.php” window.
I want the php/sql submission to happen out of view.

Is there a way to invoke the “flash.php” with out having it launch?

I’m going to put a javascript close.window command, but that seems cheesy