How to open result page in same browser

Hello,

I have made the code
on(release){
loadVariablesNum(“http://www.domainname.com/product_listing.php",“this”,"POST”);
}

and want to open product_listing.php with same browser, it’s opening it now new window.
Anyone have idea please suggest me.

Amyanet1