P
Paul.Ramsden
Can anyone tell me what information is available when I drop a link
from my favorites list on to a drop-activated html control?
I want to do something like this:
function onDrop(id) {
var info = event.dataTransfer.getData("Text");
alert("This link contains: "+ info);
etc...
}
The above works when I pull the icon from the address bar into the
activated control but favorites links do not offer either Text or URL
properties.
Thanks
Paul
from my favorites list on to a drop-activated html control?
I want to do something like this:
function onDrop(id) {
var info = event.dataTransfer.getData("Text");
alert("This link contains: "+ info);
etc...
}
The above works when I pull the icon from the address bar into the
activated control but favorites links do not offer either Text or URL
properties.
Thanks
Paul