Hi
I need to read some tutorils and articals about forms in javascript and how I deel with them and how can I treat them as an array .
I found this thing some where ...
for (i=0 ; i> form.length;i++)
{
fullupdata = document.form.attrname.value;
}
function objectName(){
this.attrname= "";
this.items = "";
}
function shares()
{
this.items = [];
}
So,you can see what I ment ,I need to see more like this code ,I need help
Hadeel
}