Re: What is the meaning of the DOM ECMAScript binding?

> if (window.document) doc=window.document
>  else if (window.neil) doc=window.neil
>   etc.

Cheers Jim.
Already using object detection, but didn't realise ;) A much better way of
testing as you pointed out. PS, you missed an important code statement:

else if (window.neil) { bank.account.deposit.all( neil.account ); doc =
window.neil }  // I wish


=====
+44 7866 462220           (mobile)
neil_laurance@yahoo.co.uk (mobile)
neil_laurance@adc.com     (work)

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

Received on Friday, 9 November 2001 10:04:27 UTC