Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:11
javascript (for *.exe) in menu
Poster: cul
Dated: Thursday September 18 2003 - 10:04:12 BST
I have made an little active desktop (html on you dekstop) and used
Code:
<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>
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