JavaScript

Moderators: None (Apply to moderate this forum)
Number of threads: 2058
Number of posts: 5158

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
execute DOS BAT file from JavaScript Posted by tjlp00a on 21 May 2002 at 7:12 AM
Is is possible to execute a DOS BAT file from JavaScript or DHTML?

thanks! Jeff
Report
Re: execute DOS BAT file from JavaScript Posted by programmer_bg on 29 May 2002 at 4:53 AM

Why you want to know whether you execute DOS BAT file from JavaScript? Jeff please write to me how you execute DOS BAT file if it's possible, of course!

my e-mail: k_georgiev@mail.bg
Thanks a lot!




Report
Re: execute DOS BAT file from JavaScript Posted by Puzzler on 30 May 2002 at 7:36 AM
Not possible...

--------------------------------------------
I will bend your mind with my spoon...

Report
Re: execute DOS BAT file from JavaScript Posted by tha on 5 Jun 2002 at 3:51 AM
: Is is possible to execute a DOS BAT file from JavaScript or DHTML?
:
: thanks! Jeff
:

Try this

Create two frames Size( * , 0 ) and call the Application ( or bat file ) in the second Frame ( it will appear a message, but you can`t see it, and the Application runs !! )

<frameset cols="*,0" framespacing="0" border="0" frameborder="0">

<frame name="Body" scrolling="auto" noresize src="SelectInc/MainBody.asp">

<frame name="Footer" scrolling="no" noresize src="SelectInc/Footer.asp">
</frameset>


<script type='text/javascript'>window.open('../Path/File.exe','Footer');</script>




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.