launch URL not working with a # character in the URL string
Björnke von Gierke
bvg at mac.com
Thu Apr 29 16:54:47 EDT 2010
Sounds like a bug to me. did you try revgoURL instead? Note that I tested both here, and they didn't encode anything wrongly. Also note that "http://host.com/#anchor" should work, from a validity of url standpoint (note slash before hashmark).
On 29 Apr 2010, at 22:51, Mark E. Powell wrote:
> Sorry...reposting. My real URL is an internal one and in making it a generic example, I left out the page part of the URL. There is, of course, a page and it has an anchor statement. But the problem is that the hash symbol gets escaped to a %23. So, I still have the problem. Here is my revised pseudo example:
>
> The call
>
> launch URL "http://www.example.com/blah.html#foo"
>
> brings up a browser window, but with the URL
>
> http://www.example.com/blah.html%23foo
>
> which yields a File Not Found error. How do I force Rev not to URLEncode the URL< It does seem to escape question marks or other delimiters, but does with the hash mark.
>
> Or in fact is this a browser issue solely?
>
> Thanks in advance
>
> Mark
More information about the use-livecode
mailing list