Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
james
Creator III
Creator III

How to make IE access point Doc open in New Window

Good afternoon, In our 8.5 environment, once we have published a doc using publisher, the IE document automatically opens up in a new window, which is perfect.

In 9.0, the same link opens up in the same window, does anyone know if you can change this?

21 Replies
Not applicable

HI

You can try this.



function OpenLink(object) { window.open(object.name,'','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=auto,copyhistory=no, resizable=yes, left=0, top=0');
}




Not applicable

Hi Vlad:

I only find accesspoint.js in the folder but not QVAccessPoint.jc.

And in accesspont.jc, I cannot find any of the key words in your post.

Any suggestions?

Thank you very much.

PC