Is it possible to access Objects like (document.form1 .textfield1) with
a string variable like (var obName='textfie ld1') and using
(document.form1 .obName.value)?
Ive tried it in IE but the value in the obName is not cosidered as a
object name. Help PLZ..
a string variable like (var obName='textfie ld1') and using
(document.form1 .obName.value)?
Ive tried it in IE but the value in the obName is not cosidered as a
object name. Help PLZ..
Comment