HI,
I work locally on a Windows machine,no servers !
I display a big HTML log ,that includes 2 frames of JS.
At the end of my HTML file,after 2 frames are build,I want to run a
Windows system command (unzip some file to some destination),so that my
links from HTML will work (unzipped files will be targets for my
links).
How do I get JS (or else) to run the above system command?
my solution ,whatever will be,MUST be activated by double clicking a
HTML file (be part of it ) .
Thanks
I work locally on a Windows machine,no servers !
I display a big HTML log ,that includes 2 frames of JS.
At the end of my HTML file,after 2 frames are build,I want to run a
Windows system command (unzip some file to some destination),so that my
links from HTML will work (unzipped files will be targets for my
links).
How do I get JS (or else) to run the above system command?
my solution ,whatever will be,MUST be activated by double clicking a
HTML file (be part of it ) .
Thanks
Comment