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
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:
you can define a base target on the page with the embedded view
you can compute your link column like …
you can use JS (window.open(Url,windowname) with the onclick event of the link and the windowname= “_blank”
HTH - Uwe