Forum Discussion

RonLinder-4c1a3's avatar
RonLinder-4c1a3
Community Member
27 days ago

Working with iframe (Web Object)

I have a Web Object with javascript content that opens another module from Workday. So basically this happens: I have a storyline module with a Web Object that open an Html/Jscript landing page W...
  • RonLinder-4c1a3's avatar
    RonLinder-4c1a3
    18 days ago

    After numerous trial/error I realized there is no way of closing the current window. The only way is to open the content at the same level as the initial one but you still end up having the parent window open (since that main window is opened by workday itself).

     

    So in summary when someone opens a module in Workday this happens:

    Workday page opens --> user clicks to open module --> new pop-up opens with module --> user clicks inside the storyline module to navigate to new module --> new module opens in that same pop-up but also opens a new Workday page relating to that new module.

    So it works but you'll get a bunch of Workday tabs for each module clicked since you can't close them.