Author: the_guy | Posted on: 12/14/2009 10:10:55 PM | Views : 1205

Hi everyone,
I have master-detail drop down lists, the value of the second ddl is determined by the selected value of the master ddl.
The page initially loads fine with the right values in ddl's. As soon as a value is selected from the Master dll, I get this JavaScript error:
"Microsoft JScript runtime error: Object doesn't support this property or method".
it points to "theForm.submit();" (last line of the generated JavaScript").


Can anyone please tell me what's going on?
The generated Javascript code:
<script type="text/javascript"> //<![CDATA[

Go to the complete details ...