a=dojo.query('label');
by this command i get
<label id="labelforclientname">
Client name
</label>
,
<label id="labelforphysical">
Physical
</label>
,
<label id="labelforpostal">
Postal
</label>
,
<label id="labelfortele">
Telephone No
</label>
,
<label id="labelforfax">
Fax No
</label>
,
<label id="labelformail">
Email
</label>
,
<label id="labelforaddress">
Address to :
</label>
that is all the label in my form
now i want to access each label id. is it possbile in dojo ?