Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Calling an exe from Javascript


Message #1 by "Mark Kadlec" <kadlecmark@h...> on Mon, 17 Jun 2002 23:09:42
On the server or the client?

You can't call an .exe on the client with JavaScript due to it's security
restrictions.  Imagine sending a client an infected file and then executing
it, all without their input.  Virus writers would have a field day.

If it's on the server, what environment and OS?


Greg



-----Original Message-----
From: Mark Kadlec [mailto:kadlecmark@h...]
Sent: Monday, June 17, 2002 11:10 PM
To: javascript
Subject: [javascript] Calling an exe from Javascript


How do I do this?  All I need to do is call an executable from Javascript
to clean up the DB and do some other stuff.
Any ideas?

---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20



  Return to Index