I am having a problem whereby commonly expected JavaScript string methods are not supported, for example split(), they return the following error in the IE8 script debugger:
Why would this occur and how can make sure that string methods are made available?Object doesn't support this property or method
This seems to be a common problem but I have not found a definitive answer.
Thanks
Jeff in Seattle