jromero
01-16-2003, 03:25 PM
In NN6 and IE5.5 we saw the introduction of the in operator. This operator allows a script statement to inspect an object to see if it has a named property or method.
I would like to know if anyone has come accross a script that can accomplish the same without the use of the in operator so that it can be used with older browsers. My target browser in this case is IE5.0.
Thanks in advance!
Juan
I would like to know if anyone has come accross a script that can accomplish the same without the use of the in operator so that it can be used with older browsers. My target browser in this case is IE5.0.
Thanks in advance!
Juan