Robert Baer said the following on 5/11/2006 4:24 AM:[color=blue]
> Richard Cornford wrote:
>[color=green]
>> dinamointer wrote:
>>[color=darkred]
>>> Could you help me in this problem:
>>> I want to launch an exe file(executable jar file) from a web page.
>>> I use jsp...and i cannot use vbScript...?
>>> could u tell me how should i do it?[/color]
>>
>>
>> If you mean a public web page with normal Internet security
>> restrictions you cannot launch an exe at all (for very obvious
>> safety/security reasons).
>>
>> Richard.
>>[/color]
> I presume that means one cannot create a file from scratch to use for
> variable memory common to a number of web pages that call each other?[/color]
Not on an Internet site. If it's Intranet you have possibilities.
[color=blue]
> If true, and since cookies are said to be not reliable, then it would
> seem to be impossible for a 100% client-side JavaScript based web page
> set to have shared variables.[/color]
True, cookies are not reliable. Put the site in a hidden frame scenario
and keep your variables in the frameset.
[color=blue]
> If that is possible, then how could it be implimented?[/color]
See above.
[color=blue]
> I ask because i am trying to save a goodly chunk of money that would
> be required for a server-side solution.[/color]
PHP and Apache are free so where is that "goodly chunk of money" going
to be spent?
--
Randy
comp.lang.javascript FAQ -
http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices -
http://www.JavascriptToolbox.com/bestpractices/