This piece of code: A=(z||"").match It looks like IE doesn't like **z||""** - I replaced with just "" for ex. and it doesn't complain. Obviously we need another solution :)
This piece of code:
A=(z||"").match
It looks like IE doesn't like z||"" - I replaced with just "" for ex. and it doesn't complain. Obviously we need another solution :)