Forum Moderators: open

Message Too Old, No Replies

getURL always opens new page. Why?

getURL target _self _blank

         

gbmarc

4:23 am on Feb 8, 2007 (gmt 0)

10+ Year Member



I have the following code attached to a button.
on(release) {
getURL("index.htm", "_self");
}
No matter what I do, when I test this, it always opens the index.htm page in a new page.
All I want to do is to open the content of index.htm in the same window.
The _self, _blank or _parent make no difference. What's going on?
I thought this would be simple.

Mark.