Best way to implement an EULA popup (imprint) in RH 9
Hello there
,
I have a question about RoboHelp 9. The fact is my help page is divided into 2 iframes.
A left sidebar iframe containing a navigation menu, and a right sided iframe, the main one, containing the data. (index, content, ...)
The fact is I want, when the user load my helpdesk, to pop up a message, asking him if he agree to the legal terms of our society (EULA).
If he answer Yes, the popup is closed, and he can navigate freely in the menu, but if he answer No, I want him being redirected on our official website.
Is there a simple way to implement this kind of popup, with the following features :
- focus locked on the popup (the user cannot naviguate until he didn't agreed)
- the redirection have to take over the whole window, including the iframes (because if he is redirected only on the main iframe, he still can load pages from the left sidebar menu)
I tried :
- to use BSSCPopup(), but it loses focus as I click outside the popup, and it cannot be closed properly.
- I tried to use jQuery, but RoboHelp don't appreciate the library, and reformat the code (impossible to make it works).
- I tried to use simply javascript, was the best results, as I could keep the focus, close the popup, but the redirection was always made on the main iframe, whatever I tried.
Thus, that leads me to begging for help, 'cause I just don't get why it's that hard to implement this in RH.
Thank you for any suggestions or help ![]()
