Open a new window on web on site using no frames

Hi

I want to open a new browser window from a HTML generated URL in a view. Its a No Frame website.

Can anybody tell me how to do that ?

Thanks in advance

/Oscar

Subject: open a new window on web on site using no frames

Hi Oscar, as far as I understood your q:

  1. you can define a base target on the page with the embedded view

  2. you can compute your link column like

  3. you can use JS (window.open(Url,windowname) with the onclick event of the link and the windowname= “_blank”

HTH - Uwe