Hi,
I am working with the EPCM.doNavigate() method and passing the value "1" for the mode parameter in order to open it in a seperate window without the Portal header.
For some reason, the Portal header is still seen in the new window.
Do anyone know the reason?
Thanks,
Aviad
-
int openType = 1;
...
"EPCM.doNavigate(\""Url"\", "openType"); \n"
...