Search found 1 match

by cul
Thu Sep 18, 2003 10:04 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: javascript (for *.exe) in menu
Replies: 0
Views: 2878

javascript (for *.exe) in menu

I have made an little active desktop (html on you dekstop) and used


<script language=vbscript>
Sub Open(appName)
set WshShell = CreateObject("WScript.Shell")
WshShell.Run(appName)
End Sub
</script>

<a target="_self" href="javascript:void 0" onclick="Open 'file:///C:/<exe url>'">TEXT</a>

but ...