cancel
Showing results for 
Search instead for 
Did you mean: 

how should i open another application through url....?

Former Member
0 Kudos

Hi,

how should i open new application in new window thorough url of that application.

I know , one way is link to url property of ui element but in my case i dont wont to use that.

i m having url of another application and if i want to open that through any code...how its possible.?

is there any windows code for that ?

thanks

saurin shah.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

After insertion of LinkToURL element into the View.

for "reference=<give here your application URL>

for property

reference=https://www.sdn.sap.com

and for property

text = <give the name what ever you want here>

and the same can be done using

"LinkToAction" element also.

Thanks

RameshBabu.V

Edited by: Ramesh Babu V on Jul 9, 2008 11:28 AM

Edited by: Ramesh Babu V on Jul 9, 2008 11:33 AM

Former Member
0 Kudos

Hi,

IWDWindow window = wdComponentAPI.getWindowManager()

.createNonModalExternalWindow(

"http://www.yahoo.com",

"Yahoo");

window.show();

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/42af9f90-0201-0010-6099-ba67e542...

Regards,

Naga