# Omnicore - Toggle to specific window

**URL:** https://tech-community.robotics.abb.com/t/omnicore-toggle-to-specific-window/11388
**Category:** ScreenMaker
**Created:** [April 3, 2024, 3:30pm UTC](https://tech-community.robotics.abb.com/t/omnicore-toggle-to-specific-window/11388 "2024-04-03T15:30:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![JohnG](https://avatars.discourse-cdn.com/v4/letter/j/f4b2a3/32.png) [@JohnG](https://tech-community.robotics.abb.com/u/JohnG)
#### Post date: [April 3, 2024, 3:30pm UTC](https://tech-community.robotics.abb.com/t/omnicore-toggle-to-specific-window/11388/1 "2024-04-03T15:30:37Z")

</div>

Is there a way to bring up a specific window on the pendent from a WebApp? The windows I’d specifically be interested in are: Jog, Program Data \> robtarget, Integrated Vision. Possibly some way like below?

button.onclick = function () {  
RWS.Open(jogView);  
}
