# Stop geURL Command

**URL:** https://forum.kirupa.com/t/stop-geurl-command/191370
**Category:** flash
**Created:** [June 20, 2006, 1:09am UTC](https://forum.kirupa.com/t/stop-geurl-command/191370 "2006-06-20T01:09:42Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![SPACEGHOST](https://avatars.discourse-cdn.com/v4/letter/s/ac8455/32.png) [@SPACEGHOST](https://forum.kirupa.com/u/SPACEGHOST)
#### Post date: [June 20, 2006, 1:09am UTC](https://forum.kirupa.com/t/stop-geurl-command/191370/1 "2006-06-20T01:09:42Z")

</div>

I have a mailing post script that executes a url to sign up on a mailing list

getURL(“[http://app.campaignmonitor.com/api/api.asmx/Subscriber.Add?ApiKey=b6eaddb23e91f8f6aaabbfa6d4c5](http://app.campaignmonitor.com/api/api.asmx/Subscriber.Add?ApiKey=b6eaddb23e91f8f6aaabbfa6d4c5) 81abde851343&ListID=50578&Email=” + \_parent.email + “&Name=” + \_parent.namef + “”, “\_blank”,“POST”);

A window opens up that I don’t want to open, I want to kill the window before it opens, is there a way to do it?
