Using .FindLocation with an address that contains a '#'
Using .FindLocation with an address that contains a '#'
I get an 'Object does not support this property or method.' This is in the:
VE_SearchManager._HandleFailedWhereSearch method.
Any ideas?
-Steve
Developer Steve wrote: |
| Using .FindLocation with an address that contains a '#' I get an 'Object does not support this property or method.' This is in the: VE_SearchManager._HandleFailedWhereSearch method. Any ideas? -Steve |
|
Thats because you have to escape the # sign in java correctly, one way to do this is to put in %23 rather than #.
Or you can google "javascript escaping characters" for this one