Question
document is undefined
Hi,
I wonder if anyone can help me out here I am writing a web application in asp javascript.
the problem is that when i enter the line shown below
document.forms["GroupForm"].elements["GroupDD"].disabled='true';
i keep getting the following error
Error Type:
Microsoft JScript runtime (0x800A1391)
'document' is undefined
/DCASuppliersDatabase/CategoryListing.Mod.asp, line 154
Why is this? I thought document is a valid keyword that points to the current page.
Regards
fifo
I wonder if anyone can help me out here I am writing a web application in asp javascript.
the problem is that when i enter the line shown below
document.forms["GroupForm"].elements["GroupDD"].disabled='true';
i keep getting the following error
Error Type:
Microsoft JScript runtime (0x800A1391)
'document' is undefined
/DCASuppliersDatabase/CategoryListing.Mod.asp, line 154
Why is this? I thought document is a valid keyword that points to the current page.
Regards
fifo
