cancel
Showing results for 
Search instead for 
Did you mean: 

Modal Window in Personas 3.0 SP2

Former Member
0 Kudos

Hello Experts,

I am attempting to create a modal window to appear on script button click.

The client requirement is to have a pop-up window on button click to show an external website. I have checked to ensure the website has been whitelisted and when I put an HTML viewer on screen, it works.

My issue is getting a modal window to appear. Has anyone been able to accomplish this, or is it possible at all?

Any help is greatly appreciated.

Thanks,

Andrew McGrath

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

not sure if i understood your use of modal window.
can't you just use openURL in your script?

session.utils.openUrl('url');

Former Member
0 Kudos

This causes IE to open another tab, we are looking for a pop-up window to appear and close if you click outside the window.