Greetings,
I have a "newbie" question in relation to the following code below. I am simply trying to call a JavaScript function (and pass the following argument) when the "body onload" event occurs. I am receiving an "Object Expected" error instead. Any ideas as to what I am doing wrong?
<body onload = "Check_Status(document.all.ddlBranchStatusID);">
Thanks in advance!
I have a "newbie" question in relation to the following code below. I am simply trying to call a JavaScript function (and pass the following argument) when the "body onload" event occurs. I am receiving an "Object Expected" error instead. Any ideas as to what I am doing wrong?
<body onload = "Check_Status(document.all.ddlBranchStatusID);">
Thanks in advance!