Redirect page through agent

Hi All,

I have to redirect page through Agent(which is written in LotusScript)I have written following code:

strUrl= “http://”+ nServerName.Common+“/”+nDatabase.filename+“/”+ “frmTest?OpenForm”

Print “[” + strUrl + “]”

i am calling this agent in outLine but this agent is not redirecting the page.it is showing Agent run.

Every suggestion is welcome

Thanx.

Subject: Redirect page through agent

Jain,

Use this

Print "”

Thanks,

Piyush

Subject: Redirect page through agent

Dim FileName as Variant

FileName=Evaluate{@WebDbName}

Print {[/} & FileName(0) & {/frmTest?OpenForm]}

Thanks

Jana

http://www.dominodesigner.com

Subject: RE: Redirect page through agent

Thanx but its not working