Ok, I'm experiencing a problem with getURL. If I use getURL(myURL, _self) (without quotes, which I know is wrong), it opens the window in a new window. But if I use getURL(myURL, "_self"); Nothing happens. Anything that I'm missing?
Printable View
Ok, I'm experiencing a problem with getURL. If I use getURL(myURL, _self) (without quotes, which I know is wrong), it opens the window in a new window. But if I use getURL(myURL, "_self"); Nothing happens. Anything that I'm missing?
I don't see why it wouldn't work. Your myURL variable is a String right?
And does it work without the "_self" attribute? Isn't "_self" is what the default is anyway?