Click to See Complete Forum and Search --> : invoking DOS from within JavaScript


ememesem
08-07-2003, 04:34 PM
Is there any way to invoke DOS or Windows comands such as copy, dir etc. I am also having difficulty in getting function calls from a mouse click over a picture!

Khalid Ali
08-07-2003, 05:15 PM
JavaScript does not allow DOS commands execution from client side.you will need to resort to someother means such as Java applets(signed) and MS ActiveXControls