Thank you very much Mr. Brunone! You just made my life easier.
--- Peter Brunone <[EMAIL PROTECTED]> wrote: > Hi Christopher, > > What do you need with this index? That is, there > may be another > way to do what you want. > > If you just want to get the element and you're > using IE6, you > can call > form_name.elements.namedItem(itemName) and it will > yield the proper > element. Of course you could always use > document.getElementById(itemID) > as well... Let me know if you have a special need > that I don't > understand. > > Cheers, > > Peter Brunone > ___________________ > www.EasyListBox.com > > -----Original Message----- > From: christopher andrada > [mailto:[EMAIL PROTECTED] > > Hi all, > > function test(object) { > // I need to know the index = i > .(document.form_name.elements[i]). the > exact position of the object without going thru the > entire form or loop? > > //i this possible? > } > > Please help. Thanks > > > > _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
