Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

run time event handlers for drag and drop

Status
Not open for further replies.

rjohn2001

Programmer
Nov 21, 2005
24
GB
what i am looking for a way is to write dynamic event handler for drag and drop events

i could easily write event handlers for onmouseover,onmouseout etc using document.attachEvent
but not for ondragenter,ondragleave and ondrop events.

i have stucked up really with this and want some help from some on this

hope i have explained my problem cleary

thanks
 
you can't write standard cross browser code for ondragenter, ondragleave and ondrop events because these are not standard events - they are MS IE-only extensions.

-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
i like your sleeves...they're real big
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top