Ok, so the code behind a javascript applet is pretty easy to write. For example, see below for soemthing thats shows the date that the current page was last updated. Now I could hand code the yadayadda.url that goes into the favourites folder (an example below…) , but how does the drag-and-drop work ? and does the drag-and-drop work with Mozilla / Firefox ? or Safari ? under linux / OSX etc ?

Applet code

javascript:d=window.document; var msg='Title: '+d.title+'\nURL: '+d.URL+'\nLast Modified: '+d.lastModified; alert(msg)

file name = “page info.url”

[InternetShortcut]
URL=javascript:d=window.document; var msg='Title: '+d.title+'\nURL: '+d.URL+'\nLast Modified: '+d.lastModified; alert(msg)
Modified=E0B479172577BE017F

Reading: javascript appletsTweet This