javascript (for *.exe) in menu

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Locked
cul
Beginner
Beginner
Posts: 1
Joined: Thu Sep 18, 2003 10:00 am

javascript (for *.exe) in menu

Post by cul »

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

Code: Select all

<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 i absolutly don't know how to get it in the menu's :|

i should be cool if someone could help, cause i really want to have it :)
Locked