I am using ep5.0 sp5.
I want to open new window
from iview in the portal and after close the new window
I tried to refresh the iview in the portal this can not
work with EPCF because the new window is not in the portal frame.
any suggestions?
With best regards Nir
Hi,
imo whether you can refresh the contents or not depends on what you want to do with refreshing. I can't imagine a way of server sinde refreshing too, but a client side should be possible. As you open the new window (I suppose you mean new browser window) using javascript, you could call a function using javascript when the new window closes (must be something like a onClose event in the new window). The window opening iView should be accessible in the document tree, as long as you find it within the tree...
Really dont know i this works hands on, but you wanted ideas, so here it is 😊
Greets
Matthias
Add a comment