Skip to Content
0
Former Member
Jan 04, 2008 at 10:38 AM

Hiding url address in the page properties

15 Views

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.