Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Drag & drop event on tag SELECT ?

Reply
Thread Tools

Drag & drop event on tag SELECT ?

 
 
fniles
Guest
Posts: n/a
 
      12-12-2007
Is there a drag & drop even on tag SELECT, like maybe something like <SELECT
ondragdrop={go to function drag & drop}>) ?
Thank you




 
Reply With Quote
 
 
 
 
Mike Brind
Guest
Posts: n/a
 
      12-13-2007

"fniles" <> wrote in message
news:...
> Is there a drag & drop even on tag SELECT, like maybe something like
> <SELECT ondragdrop={go to function drag & drop}>) ?
> Thank you
>


No.
http://www.w3schools.com/jsref/jsref_events.asp

--
Mike Brind


 
Reply With Quote
 
 
 
 
Anthony Jones
Guest
Posts: n/a
 
      12-13-2007

"fniles" <> wrote in message
news:...
> Is there a drag & drop even on tag SELECT, like maybe something like

<SELECT
> ondragdrop={go to function drag & drop}>) ?
> Thank you
>


Internet explorer has a set of drag drop events for its elements but this
not standard. You won't, for example, find the same events in Firefox.

--
Anthony Jones - MVP ASP/ASP.NET


 
Reply With Quote
 
fniles
Guest
Posts: n/a
 
      12-14-2007
Thank you.
Our users only use IE, where can I find documentation on the drag drop
events for IE elements ?

"Anthony Jones" <> wrote in message
news:%...
>
> "fniles" <> wrote in message
> news:...
>> Is there a drag & drop even on tag SELECT, like maybe something like

> <SELECT
>> ondragdrop={go to function drag & drop}>) ?
>> Thank you
>>

>
> Internet explorer has a set of drag drop events for its elements but this
> not standard. You won't, for example, find the same events in Firefox.
>
> --
> Anthony Jones - MVP ASP/ASP.NET
>
>



 
Reply With Quote
 
Anthony Jones
Guest
Posts: n/a
 
      12-14-2007

"fniles" <> wrote in message
news:...
> Thank you.
> Our users only use IE, where can I find documentation on the drag drop
> events for IE elements ?
>
> "Anthony Jones" <> wrote in message
> news:%...
> >
> > "fniles" <> wrote in message
> > news:...
> >> Is there a drag & drop even on tag SELECT, like maybe something like

> > <SELECT
> >> ondragdrop={go to function drag & drop}>) ?
> >> Thank you
> >>

> >
> > Internet explorer has a set of drag drop events for its elements but

this
> > not standard. You won't, for example, find the same events in Firefox.
> >
> > --
> > Anthony Jones - MVP ASP/ASP.NET
> >
> >

>
>


Clear yourself some time and give this a thorough read.

http://msdn2.microsoft.com/en-us/library/ms537658.aspx


--
Anthony Jones - MVP ASP/ASP.NET


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't drag and drop Server Explorer App Event Log to web form? Mark ASP .Net 1 11-17-2009 10:24 AM
Multiple select drop down poplulating sub drop down scott@dettcom.com Javascript 3 11-09-2006 07:50 PM
Drag and Drop from a Select to another MGD Javascript 0 10-30-2006 03:45 AM
how do u invoke Tag b's Tag Handler from within Tag a's tag Handler? shruds Java 1 01-27-2006 03:00 AM
Drag & Drop API: get source component in drop traget 'dragOver' Oliver Klein Java 0 08-24-2003 12:01 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57