TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: Running executables and HTML From:jmoser -at- lexmark -dot- com To:"TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com> Date:Wed, 30 May 2001 08:42:01 -0400
You're wanting users to run an executable on your server? I hope it isn't big
and your server doesn't get too busy. A Java applet is the only way to run an
executable in the user's browser. And it's limited to what it can do (how it
interacts with the user's box) because of security issues. This will probably
not be good news as it may require you to rewrite your executable. Is it
something complex? Could you achieve the same functionality using a scripting
language like Perl, Tcl, PHP, etc.?
Is the executable currently written to be cross-platform or are you offering
separate links for different operating systems? Can it communicate with browsers
via CGI? It might seem like reinventing the wheel from where you are now, but I
know of no other way to make this work for you.
Since this if for an intranet (I'm assuming that it's behind a firewall) could
you possibly set up a network share? Maybe your HTML page could be better used
to give instructions on how users can map to the appropriate network drive.
--Jeff
irene_preire%ds-fr.com wrote
>
Does anyone know if it's possible to run an executable by clicking on an HTML
link and if so, how?
*** Deva(tm) Tools for Dreamweaver and Deva(tm) Search ***
Build Contents, Indexes, and Search for Web Sites and Help Systems
Available now at http://www.devahelp.com or info -at- devahelp -dot- com
Sponsored by Information Mapping, Inc., a professional services firm
specializing in Knowledge Management and e-content solutions. See http://www.infomap.com or 800-463-6627 for more about our solutions.
---
You are currently subscribed to techwr-l as: archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.