# getURL to call a page, but DO NOT load a window

**URL:** https://forum.kirupa.com/t/geturl-to-call-a-page-but-do-not-load-a-window/285087
**Category:** Uncategorized
**Created:** [March 26, 2009, 10:00pm UTC](https://forum.kirupa.com/t/geturl-to-call-a-page-but-do-not-load-a-window/285087 "2009-03-26T22:00:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![GDrider77](https://avatars.discourse-cdn.com/v4/letter/g/ce7236/32.png) [@GDrider77](https://forum.kirupa.com/u/GDrider77)
#### Post date: [March 26, 2009, 10:00pm UTC](https://forum.kirupa.com/t/geturl-to-call-a-page-but-do-not-load-a-window/285087/1 "2009-03-26T22:00:17Z")

</div>

So basically i have a flash application that needs to call a url when a button is clicked, but i don’t want it to actually load a new window or even load the url. All the button does is call the url and it logs it, kind of like a click tag. My server keeps track of the number of times the particular url is called.

Everything works fine, but everytime i do it, it opens up a new browser window that is empty, i do not want to open a new window. I am using getURL, but that actually opens a new page, is there any other way to do this?

Does that make sense? Thanks for any help.
