Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Jerry Daniels
Was I not supposed to talk about that? Oops. Best, Jerry Daniels Use tRev's buy link during your free trial to get 20% off: http://reveditor.com/tag/shouldiswitch On Apr 29, 2010, at 5:24 PM, Colin Holgate wrote: > > On Apr 29, 2010, at 6:22 PM, Jerry Daniels wrote: > >>> Worked great on my

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Jerry Daniels
Worked on 4.0 Rev using Mac OS X Leopard. Best, Jerry Daniels Use tRev's buy link during your free trial to get 20% off: http://reveditor.com/tag/shouldiswitch On Apr 29, 2010, at 5:22 PM, Jerry Daniels wrote: > Worked great on my iPad, too. > > Best, > > Jerry Daniels > > Use tRev's buy

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Colin Holgate
On Apr 29, 2010, at 6:22 PM, Jerry Daniels wrote: > >Worked great on my iPad, too. How did you show the Rev message box on your iPad? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe an

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Jerry Daniels
Worked great on my iPad, too. Best, Jerry Daniels Use tRev's buy link during your free trial to get 20% off: http://reveditor.com/tag/shouldiswitch On Apr 29, 2010, at 5:16 PM, Colin Holgate wrote: > > On Apr 29, 2010, at 5:51 PM, Mark E. Powell wrote: > >> launch URL "http://www.wordscapes

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Colin Holgate
On Apr 29, 2010, at 5:51 PM, Mark E. Powell wrote: > launch URL "http://www.wordscapes.com/aTest.html#foo"; It seems to work fine. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and ma

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Mark E. Powell
Here is a literal example. Can anyone paste this into msg and see if it resolves without escaping the # character. Thanks. launch URL "http://www.wordscapes.com/aTest.html#foo"; ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Björnke von Gierke
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: >

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Mark E. Powell
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 revi

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Ian Wood
On 29 Apr 2010, at 21:10, Richard Gaskin wrote: I believe you'll need to specify a page with that, so this: launch url "http://www.example.com/index.html#foo"; ...should work. That's correct. "http://www.example.com#foo"; isn't a valid URL, as far as I'm aware. Ian

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Richard Gaskin
Mark E. Powell wrote: The call launch URL "http://www.example.com#foo"; brings up a browser window, but with the URL I believe you'll need to specify a page with that, so this: launch url "http://www.example.com/index.html#foo"; ...should work. -- Richard Gaskin Fourth World Rev trai

launch URL not working with a # character in the URL string

2010-04-29 Thread Mark E. Powell
The call launch URL "http://www.example.com#foo"; brings up a browser window, but with the URL http://www.example.com%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 mar