I have an embedded view on a form (via the web) where I would like to click on the link in the view and have the document open in a pop-up window. I would think I need some javascript within the view column that I’m displaying. I tried using window.open, but it never worked (never had text displaying for the link).
Any help would be appreciated.
Subject: Pop-up window from view
Hi,
First - soory about the english.
-
Create an “Pass-true HTML” text which will define an "IFRAM NAME=XX OnLoad=JSFunc " .
-
On the property of the Emmbedded view define “Double click frame” to be the “XX”.
-
in the form (where the embed view is) add the function “JSFunc” and there you can get the location.href of the A. IFREM B.opened documents.
play with it. … it works for me…
regards
Tamir