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.