-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Frank Morton wrote:

> I'm looking for a starting point here....
>
> Is there anyway for me to generate an html page out of a servlet
> that would allow a displayed image on the page to be dragged
> and dropped onto, as an example, a word document?
>
> Thanks.
>

Whether the HTML page was generated by a servlet or not will make no
difference at all.  Drag-and-drop is a totally client side activity that
is either supported or not supported by the browser you are using.  I
suggest that you try it with an image on any of your favorite web sites
-- if it works there, it will work for a servlet-generated page.

>
> Frank Morton
> [EMAIL PROTECTED]
>

Craig McClanahan




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to