P
Paul
How do I create and refer to an object as the following isn't recognised,
where as if I replace myfield with LinkLocation4536, it recognises the field
in form List
function confirmDelete(wid)
{
var myfield="LinkLocation" + wid
alert(document.forms["List"].myfield.value);
}
where as if I replace myfield with LinkLocation4536, it recognises the field
in form List
function confirmDelete(wid)
{
var myfield="LinkLocation" + wid
alert(document.forms["List"].myfield.value);
}