How To Run A Agent at client side in WEB

HAi All, I have a agent which runs on web. When the agent runs its save two file in the hard disk (c:)

Now How Can I run a web agent in Client side.Because when my agent will run client side.

The files will be save in the client hard disk.

IS it possible that we can run a Agent in Client Side in web.

For this any Activex conrol we have to Installed.

Please Guide me.

Subject: How To Run A Agent at client side in WEB

dear pawan,

agents run only in server and cannot run on client.

well u can use javascript…because javascript runs in client…

kaushik das

Subject: RE: How To Run A Agent at client side in WEB

Hai Dada, Thx for the response.My Agent is working well in notes as well as weB. But u Know web agemts run in server side.

Is any Active control or any why by which we can run the agent in client side.

Like in Notes. we will use

Runonserver Method(for running the agent in server side)

Please guide me.

Subject: RE: How To Run A Agent at client side in WEB

agents cant me made run on web clients in any case…JavaScript is the only tool which works in web client…

what u need to do ??

kaushik das

Subject: RE: How To Run A Agent at client side in WEB

Hai Dada, When ever my agent run’s It Searchs the attachment and save it in to c: drive.

Because the agent is running in server so it’s save the file in server’s c:\ drive.

But what i want when the client side People will run the agent the file will save in there hard disk.

Right now when they running the agent its save the file in server harddisk.

So that I want when’s the server will run on client side then it will push the attachment in client hard disk.

So My Seniour is telling that if we Installed some Activex The Agent will run in Client Side.

Like In Notes Will Use

RunonServer

U remember

Subject: RE: How To Run A Agent at client side in WEB

no no…

actually javascript is well sufficient in file hadling you can use javascript…for this purpose…

well java script needs to have permissions to run activex controls then only its possible…

kaushik das

Subject: How To Run A Agent at client side in WEB

Have your agent 1) perform it’s function (create or locate the desired files)

and then

  1. generate a page which contains

2.1) a download link along with

2.2) the javascript to execute the link and locally download the information.

The user will still get the download dialog.

My 2 cents,

Collin