Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending a URL without a "?" at the end

Status
Not open for further replies.

Kirderf

Technical User
Oct 4, 2000
183
US
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!
 
ok, I figured it out, so I will post to my own note.

Need to select "Don't send" in the Variables instead of "Send Using Get".

Hmmm, that seemed to work... I'd gladly pay you on Thursday
for a hamburger today!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top