@URLOpen formula or URLOpen script does not work

Is it possible to force Lotus Notes to open a new window for all time that have clicked on a link Notes URL ? We have a Lotus Notes application that uses multiple URL links and we wish that every time opens a new window . The “URLOpen” in scrip or formula load content into the open last page instead of creating a new one. Does anyone have an idea?Thank you.

/

Est-ce possible de forcer Lotus Notes à ouvrir une nouvelle fenêtre à toutes les fois que l’ont clique sur un lien Notes URL. Nous avons une application Lotus Notes qui utilise plusieurs liens URL et nous voudrions qu’à toutes les fois une nouvelle fenêtre s’ouvre. La fonction “URLOpen” in scrip or formula charge toujours le contenu dans la dernière page ouverte au lieu d’en créer une nouvelle. Est-ce que quelqu’un a une idée ?

Merci à l’avance.

Subject: @URLOpen formula or URLOpen script does not work

what is set as your internet browser in your location doc?

Subject: RE: @URLOpen formula or URLOpen script does not work

Iexplorer

Thanks

Subject: RE: @URLOpen formula or URLOpen script does not work

there should be a setting in your browser options to open a new window

Subject: RE: @URLOpen formula or URLOpen script does not work

With Mozilla everything is perfect, it seems that IExplorer problemThanks

Subject: RE: @URLOpen formula or URLOpen script does not work

I looked in IExplorer 7, and I found nothing except the following option: “A new Window” in the section “Open links from other programs in” and this option was already activated. My impression is that when a window opens Notes web it still controls this window and always uses the same display to make the other on demand.Thaks

/

J’ai cherché dans IExplorer 7 et je n’ai rien trouvé sauf l’option suivante : “A new Window” dans la section “Open link from other programs in” et cette option était déjà activée. J’ai l’impression que lorsque Notes ouvre une fenêtre web il garde le contrôle sur cette fenêtre et se sert toujours de la même pour en faire afficher d’autre à la demande.

Merci

Subject: RE: @URLOpen formula or URLOpen script does not work

Not sure if this will answer your question, but you can force a new window by using a

@SetTargetFrame (“_blank”)

Also, Notes will re-use the same window based on its name. Make sure to use a different name or ID for the frames and forms and it should open in different windows.

hth

Nicolas Abesdris