Keep pop up a new window when i insert data into database

Hi,
I have problem when i insert data into database. Everytime i insert into database a new window will pop up… How to remove the new pop up window?? Thanks

This is my coding.

on (keyPress “<Enter>”) {
getURL(“http://localhost:8080/mygateway/sql/Insert.jsp",0,"post”);
}