I'm trying to use a CGI mail form in flash.

after setting the variables, I put

getURL("http://www.domain.net/cgi-sys/FormMail.cgi", "", "POST");

Problem with this is, opens another browser. I dont want to open another browser. After the user submits, I just want flash to go to a different frame..

I tired loadvariables() and it didnt send to the CGI.

Suggestions???