Xpages - how to open xpage in new window?

I have an Xpage view with one column that is configured to click as a link. When the link is clicked the document opens in the correct Xpage. But I need to open it in a “popup” window without toolbar, etc. Anyone have any idea how I could do that? I tried the regular javascript window.open() but got a server error “window object not found”. Any ideas?

Thanks.

Subject: client side

window.open is a client side (i.e. real) JavaScript. Server side JavaScript doesn’t know anything about the window.

Try looking in All Properties of the Link and entering _blank in the target property. I can’t remember if you were using a View as responding in this pre-historic forum template doesn’t shpw the original post. If you’re using a view column, then write the window.open code in the Client rather than the Server of the Event.