Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_discuss thread: Execute applications on client side (and not on server side )from web page (asp)


Message #1 by freeearth4all@y... on Wed, 5 Feb 2003 03:16:22
Hi,
   Was looking for a way to execute applications on the client machine 
from a web site (coded in asp). The client application is trusted and 
installed by the client (with his full knowledge and permission).
   For example, doing complex calculations which is easier using a client 
based application (windows based) than coding all the logic in the web page
( using _VBScript or _JScript ). 

   I am looking to be able to fire up an application on the client side 
and pass some parameters to the application.

   I have some similar logic used on msn auto website when u need to 
calculate the price of a vehicle with options.

   Any insight will be appreciated.

Thanks & Brgds...

Message #2 by Greg Griffiths <greg2@s...> on Wed, 05 Feb 2003 21:07:40 +0000
You will need to use some controls, 
http://www.greggriffiths.org/webdev/both/excel/ shows you how to open a 
local instance of Excel and populate it with data.

At 03:16 05/02/03 +0000, you wrote:
>Hi,
>    Was looking for a way to execute applications on the client machine
>from a web site (coded in asp). The client application is trusted and
>installed by the client (with his full knowledge and permission).
>    For example, doing complex calculations which is easier using a client
>based application (windows based) than coding all the logic in the web page
>( using _VBScript or _JScript ).
>
>    I am looking to be able to fire up an application on the client side
>and pass some parameters to the application.
>
>    I have some similar logic used on msn auto website when u need to
>calculate the price of a vehicle with options.
>
>    Any insight will be appreciated.
>
>Thanks & Brgds...
>




  Return to Index