html check box
html check box
I am trying to create a menu system with check boxes in certain menu levels. The intent is for folks to check a box and that result will then be stored in a database. Unfortunately putting an html form check box inside of the menu item does not seem to work. Any thoughts and fixes?
request for code
I can put a sample up online and will request one from my tech. but the simple form is to put a standard HTML check box inside of the menu. The checkbox does not work. I was sent a fix from technical support which set a property that is not listed in the documentation.
My tech sent a followup question here it is:
I need to have you ask milonic one more question. We can now save checkboxes and everything its rather fast.
Heres the question:
When using “getElementsByName” I can’t get a count of the Elements in the submenus until I open the submenu, do you know a work around for this?
I have several checkboxes in the submenus and I need a full list of all the Elements so I can run some ajax code to check to see if they should be checked.
got a response????

My tech sent a followup question here it is:
I need to have you ask milonic one more question. We can now save checkboxes and everything its rather fast.
Heres the question:
When using “getElementsByName” I can’t get a count of the Elements in the submenus until I open the submenu, do you know a work around for this?
I have several checkboxes in the submenus and I need a full list of all the Elements so I can run some ajax code to check to see if they should be checked.
got a response????


challenge
What forum is available to those who have more technical questions? We are developing a multilevel checklist menu system. It is interactive and sits on a database to store the results. Has anyone solved this problem before. We are still working through the short comings of the menu system to overcome this.