qphase
08-06-2003, 07:07 PM
I was wondering if there was a way to declare the name of a page element in dom, for instance,
function variable(avariable,anothervariable){
var avariable; var anothervariable;
document.avariable.anothervariable.value
}
any help would be greatly appreciated
function variable(avariable,anothervariable){
var avariable; var anothervariable;
document.avariable.anothervariable.value
}
any help would be greatly appreciated