- Create Account

CheckTree menu

Forums > Other DHTML / JavaScript > CheckTree menu
Author
Message

1) digitday Group: Members
Posts: 2 Joined: 30 Oct 2006 Location: italy IP: 193.193.--.--
I fit CheckTree menu in my webpage, but I need post the data I have checked.

If I use this line:

<form name="ReportManager" action="Report.asp" method="POST">

I cant see anything!

How I can post the data I checked?

2) Angus Turnbull Group: Moderators
Posts: 4042 Joined: 7 Dec 2003 Location: New Zealand IP: 139.80.--.--
The tree uses standard <input> elements. Ensure each has the appropriate name/id and you have a Submit button of some kind, and it'll work just as well as any other form.

- Angus.

Post a Reply:

You are not logged in, and will be posting anonymously as a guest. If you want to post using an account, please login at the top of this page.