Hi all,
could anybody tell my why this code is not working?
var Element1 = "ClassesRadio" + 1 + "[" + 0 + "]"
var Element = window.document.forms[0].Element1
Element.disabled=true
ClassesRadio1 is a group of radio buttons in my website.
I keep getting the message that Element is undefined.
Would appreciate any hint.
Christa
could anybody tell my why this code is not working?
var Element1 = "ClassesRadio" + 1 + "[" + 0 + "]"
var Element = window.document.forms[0].Element1
Element.disabled=true
ClassesRadio1 is a group of radio buttons in my website.
I keep getting the message that Element is undefined.
Would appreciate any hint.
Christa