Hi All
I am using the below piece of code to open my url in an external window.
IWDWindow window1= wdComponentAPI.getWindowManager().createExternalWindow("http://www.google.com","MyURL",true);
but in the external window where google is opening i want to hide the address url in the properties of that page
any suggestions...
Regards,
Prasanthi O.