@URLOpen and @SetFrame

Hi all

I am trying to open a document in a particular frameset by using commands @SetTarget to set the frame and @URLOpen to open the document. Unfortunately this does not seem to work on webclient.

To do similar action on notes client - which work - no problem. I use lotus script, ws.SetTargetFrame, GetDocumentByUnid & EditDocument

Any suggestion how to make the web client work?

Regards

Alpna

Subject: @URLOpen and @SetFrame

I haven’t tried using the formulas on a web client. It would be nice if these worked the same as in Notes, but if you just want to get it working, you could always write it in JavaScript. top.frames[“name”].location.href = “…”, something like that.