cancel
Showing results for 
Search instead for 
Did you mean: 

Window Focus

SidBhattacharya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Is it possible to get a handle (instance id) to all the open browsers for a user? We want to build a left navigation tree which will navigate a user to specific open browser window (by doing a window.focus() or something like that). Any ideas?

Thanks

ps > Tried EPCM getWindow/InstanceID but could not get the javascript window from it.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Siddhartha,

>>Tried EPCM getWindow/InstanceID but could not get the javascript window from it.

Please try with the attribute jsObjectNeeded attribute .

regards,

Joshua Kiran

SidBhattacharya
Product and Topic Expert
Product and Topic Expert
0 Kudos

jsObjectNeeded is set for certain HTMLB controls. This is not an HTMLB control. I need the handle for the Window created using CTRL+N, 'New Session'(SP14) or File - New Window