Dialogbox on web

Hi!I’ve form which does on web. In Lotus I had @PickList. On web I’ve window with embeded view (i open it : msg=open(“my_form_name_with_embeded_view”,“DisplayWindow”,“toolbar=no,directories=no,menubar=no,height=320,width=400”);).

If I open this window when myu document is new - there is all right.

If I open created document and begin to edit it, my dialogbox on web doesn’t work. I get error:

"Error 404

HTTP Web Server: Lotus Notes Exception - Entry not found in index".

How can I make this, it work well when doc is new and editing too?

Subject: Dialogbox on web

Unfortunately @PickList works in client notes only

Subject: RE: Dialogbox on web

I know that therefore I use window.open… with form :slight_smile:

Subject: Dialogbox on web

My guess is your URL. If you are opening the URL from an existing document you may need to add “…/” to the front.