is it possible to mix DHTML and Applet for Drag and drop?

Posted by indra on Stack Overflow See other posts from Stack Overflow or by indra
Published on 2010-05-11T21:03:17Z Indexed on 2010/05/11 21:04 UTC
Read the original article Hit count: 334

Filed under:
|
|

I am working on some example to find if a Div (DHTML) on to Java Applet in a web page. I used YUI JS Drag drop library to make the div as droppable item and made the div surrounding the Applet as Drop Target. When I dropped it in the Div containing Applet, I am Calling some method in the applet from Javascript Drop handler? This is fine, but I have the problem if the applet contains different objects and regions , how to identify which object it is dropped on? is there any other approach to work with DHTML and applets for Drag and Drop? Also, is it possible to write DD between two applets? Thanks in advance.

© Stack Overflow or respective owner

Related posts about applet

Related posts about drag-drop