On Wed, 26 Jan 2005 17:47:47 +0000, David R <[EMAIL PROTECTED]> wrote:
The Bo$$ wrote:What about frames? Use ID too?
#1: Don't use frames untill XFrames comes out and gets supported
#2: You don't need to give any element an ID attribute unless you're doing either a runat="server" or doing ECMA/DOM interactivity with it
You don't need ID to access object with W3C DOM.
You can traverse document nodes and find required object, you may add inline event handler and use 'this' object, you may use getElementsByTagName(), etc.
-- regards, Kornel Lesiński
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
