// Catch the fscommand in ie with vbscript, and pass // it on to JavaScript. Sub dnd_FSCommand(ByVal command, ByVal args) call dnd_DoFSCommand(command, args) end sub