| Author |
How to make a binary tree in JSP?
|
chaudharygaurav
Greenhorn
Joined: Jun 27, 2002
Posts: 4
|
|
|
I am making a project for a company dealing in multi level marketing. Can you suggest me how do i make a dynamic binary tree in response in JSP chaudharygaurav@yahoo.com
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
|
|
Do you mean "create a display of a dynamic binary tree on the user's browser" or "use a dynamic binary tree inside a JSP" ??? Bill
|
Java Resources at www.wbrogden.com
|
 |
chaudharygaurav
Greenhorn
Joined: Jun 27, 2002
Posts: 4
|
|
|
I have to create a dynamic binary tree on the user's browser
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
|
|
Most of the dynamic stuff you see on browsers is done with JavaScript - there are lots of Javascript how-to sites or you could find a page that does it and use view source. Alternately you could show it with an applet. My very first non-trivial applet was a hierarchical list display (in December, 1995!) In your case, Javascript is the way to go. Bill
|
 |
 |
|
|
subject: How to make a binary tree in JSP?
|
|
|