<font face="arial" size="2">Based on what source?<br /><br />Is the name attribute becoming obsolete?&nbsp; I find it hard to believe they'd change the form object model like that, but stranger things have happened...<br /><br /></font><font face="Tahoma, Arial, Sans-Serif" size="2"><b>From</b>: Anthony Ettinger <a href="mailto:apwebdesign@yahoo.com">apwebdesign@yahoo.com</a><br /></font><br />Yes, you can. But it's my understanding that method is<br />quickly becoming obsolete, infavor of <br /><br />var object = document.getElementById('foo');<br /><br />--- Flavio Gomes <FLAVIO@ECONOMISA.COM.BR>wrote:<br />&gt; <br />&gt; Having a form named* "myForm" and an input named<br />&gt; "myInput":<br />&gt; You can access it by "document.myForm.myInput" in<br />&gt; the majority of the <br />&gt; browsers.