Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Open a new browser window, sized, that remains on top. Ideas?

Explorer ,
Aug 22, 2016 Aug 22, 2016

Greetings everyone,

I have created a multi-module Captivate 9.0.2 project that links through a menu system. I created a 350 x 400 Captivate module that is basically a process tree and helps user identify next steps. This module currently opens in a new browser window (full screen). What I would like is for this module to open in a new browser instance (not Window) at 350 x 400 and remain on top of the current project. I would like it to remain on top of the Captivate project until it is closed.

I have been looking at ways to accomplish this through Java, but thought I would ask the collective on the best way to proceed.

Thank you for your ideas.

Mike

TOPICS
Advanced
173
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Aug 22, 2016 Aug 22, 2016
LATEST

To have it open sized you need to use JavaScript to open the popup.

To keep it on top you would need to add this code to the html of the popup.

<body onblur="self.focus();">

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources