Hi all,
i have a doubt in javascript.
i want to access some form element(it is an object) throught javascript.
for example 'alpha' an object is a form element . it has some properties name, age ,etc.
i want to access this property in javascript.
alert(document.formName.al
pha.name.v
alue);
this line is giving error java script error.
but i can use the document.getElementById method.
But for my project i can not use this method.
Could you anyone sugget any method to achive (this using document.form.----)
any escape character Or concatinate "alpha.name" .
-Elil
Start Free Trial