drag and drop of table cell......

C

Cheryl

Hi,

Currently I am working on the drag and drop features onto my webpage........
just like www.msn.com.. where u can drag the table cell to drop it into
other table cell...
Is there anyone know who to do it in DHTML... or ASP
 
M

matteo cunietti

Cheryl said:
Hi,

Currently I am working on the drag and drop features onto my webpage........
just like www.msn.com.. where u can drag the table cell to drop it into
other table cell...
Is there anyone know who to do it in DHTML... or ASP

I did it (not with a tablecell!) using vbscript client side (supported
only from Internet Explorer 5.5+)
read these :
http://msdn.microsoft.com/library/d...author/dhtml/reference/events/ondragstart.asp
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/events/ondrop.asp

hope this helps
:\
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top