Tree Menu Implementation

2001-11-20 Thread Praveen Potineni
HI all, I'm trying to implement dynamic Tree Menu(The kind of structure in windows explorer) in our web project. Our Clent server application has the tree menu implemented in Delphi. And i want to implement the same in JSP. I have to get strings from database and also create links on the

Re: Tree Menu Implementation

2001-11-20 Thread Kamayan Premkumar
you can populate the values in javascript from jsp. just like this... % //get the values from db String s = Hello; % then populate the values in Javascript... script language=javascript var s1= %=s%; /script Thamks prem [EMAIL PROTECTED] wrote: HI all, I'm trying to implement

Re: Tree Menu Implementation

2001-11-20 Thread Joe Cheng
if you can afford to do it in a Java applet, a quick search on Google resulted in this. i'm sure there are tons of others out there. http://javaboutique.internet.com/AJTree/ === To unsubscribe: mailto [EMAIL PROTECTED]