When I use the following action on a button instance :
on (release) {
getURL (" "_self", "GET"
}
I get a "?" at the end of the url in my browser. for example:
This is happening with all my urls.
Why am I getting that "?" at the end?
I'd gladly pay you on Thursday
for a hamburger today!
on (release) {
getURL (" "_self", "GET"
}
I get a "?" at the end of the url in my browser. for example:
This is happening with all my urls.
Why am I getting that "?" at the end?
I'd gladly pay you on Thursday
for a hamburger today!