ASP is server side scripting. Nothing it does will open an app on the client machine. The only way I have ever heard of doing it is with vbscript, which the user may not have enabled on their machine..
'VBScript Example
Set WshShell = WScript.CreateObject("WScript.Shell")
I've also wrestled with some of these issues trying to create shortcuts and such on local machines on our asp intranet. During my research I found a few examples of VBScript and Javascript using the WSH client-side, usually with a directive like runat="client", but I must say with a lot of trial and error I could never get any of them to actually work. They all said they were for asp but I've only ever used runat on ASP.NET pages. This route can be pretty frustrating, maybe if you told us a little more about your needs someone would be able to suggest an alternative to launching client-side apps?
thanks
for the script, we want to limit and and force the users of the LAN to work only through our LAN intranet so we plan to hide most program access from the start menu and desk top and make it visible thru the intranet only
any suggestions
thanks
tunji olonode
Lots of options there, but probably not something you'll be doing with ASP. You'll probably want to look for guidance through one of the operating system forums. In a corporate setting Novell tends to work very well underneath a Windows network where everything can be distributed through an application launcher.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.