Open document on web

Hi!I have hot spot.By clicking on it, it opens small window with embeded view:

msg=open(“$$ViewTemplate for View”,“DisplayWindow”,“toolbar=no,directories=no,menubar=no,height=380,width=400”).

It work ok.

I have to do the same with document: in small other window, i can display document (i know UIND this doc). How can I do this?

I had command:

msg=open(“serwer/db/”+doc_uind+“?OpenDocument”,“toolbar=no,directories=no,menubar=no,height=380,width=400”).

How can I do this it worked good?

Subject: Open document on web

Justt looking at it quickly here, a little modification may do the trick.

open(“serwer/db/0/”+doc_uind+"?

Collin

Subject: RE: Open document on web

No,it doesn’t work well :(.

Subject: RE: Open document on web

ok. thx. It works well :).Thx Collin :slight_smile: