on 15/08/2001 10:05, Leena Albert at [EMAIL PROTECTED] wrote:

> Hi,
> Can anyone help me, how to create a drag and drop organization chart on web.
> As of i know, there are two possibilities
> 1. Using Javascript and it events
> 2. Applets
>
> Can anyone help me how to do it or is there any free source code available?
>
> thanks,
> Leena

Hi Leena.
Funny, I just finished a drag-n-drop Syllabus interface for our online
Course Builder.  There is no ECMA(javascript) or DOM support for
drag-n-drop.

On the otherhand IE has drag methods (ondrop, ondragstart, etc) which I have
used in conjunction with DOM and ECMA to build the application.  For more
information go to:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/ref
erence/dhtmlrefs.asp
and lookup *ondrop*.

To do something crossbrowser would be difficult (most likely impossible).

An applet is also a great way to go but is more difficult to integrate with
other objects/applications on the same page.

//*
Steven Elliott      <[EMAIL PROTECTED]
Head of Technology
VTV Learning Corporation
         Los Angeles  -  Boston  -  Lisbon

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to