
How to get an object's name not ID
document.all.BBB.name
=-=-=
Steve
-=-=-
Quote:
> Dear all,
> I have one stupid question,I want to get the name of one object not
the
> ID, how can I get it.
> my client object is like this:
> <input name="AAA" id="BBB">
> thanks a lot!
> alex