rookey
02-27-2012, 10:35 AM
1) Script Title:
Form Dependency Manager
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex16/formdependency.htm
3) Describe problem:
Hi, this is a great script, and with the 2 closed threads about it, I hope it has not been abandoned??
Basically I'm stuck where the first support thread ended. I really need to format the form as it has many fields, and in order for that to work, I have to surround the form fields by table/tr/td tags or by the more up to date method, by dt/dt/dd tags.
However, I can't get this to work. Does anyone have an example how to use it to prevent parts of the table or DT from displaying if other fields have a certain value? That would be of great help.
Furthermore, IE8 reports a bug (not so FF):
Message: Object doesn't support this property or method
Line: 56
Char: 2
Code: 0
URI: http://localhost/cs/FormManager.js
The line in aquestion is:
return el.options[el.selectedIndex].value;
Thanks for any help!
r.
Form Dependency Manager
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex16/formdependency.htm
3) Describe problem:
Hi, this is a great script, and with the 2 closed threads about it, I hope it has not been abandoned??
Basically I'm stuck where the first support thread ended. I really need to format the form as it has many fields, and in order for that to work, I have to surround the form fields by table/tr/td tags or by the more up to date method, by dt/dt/dd tags.
However, I can't get this to work. Does anyone have an example how to use it to prevent parts of the table or DT from displaying if other fields have a certain value? That would be of great help.
Furthermore, IE8 reports a bug (not so FF):
Message: Object doesn't support this property or method
Line: 56
Char: 2
Code: 0
URI: http://localhost/cs/FormManager.js
The line in aquestion is:
return el.options[el.selectedIndex].value;
Thanks for any help!
r.