Keep asp page from popping up

My movie and asp page are working great, inserting into the database like it’s supposed to, but, the asp page pops up in a different window and stays there, there’s nothing on it, which is why I don’t understand why it comes up…it’s only code to talk to the server…the code that tells the flash movie to go to that page is

on(release) {
getURL(“insert3.asp”,0,“post”);
}

any help would be appreciated. thanks

Rosa