Hello, I am using dnnModal.show in a DNN 6.1.4. here is the script I am using:
dnnModal.show("http://eepurl.com/FrDuX" + '?popUp=true', true, 700, 520, true);
Problems:
1.) When the modal displays, the scroll bars on the page disappear, and don't return when you close the modal. So the user can't scroll down to see the rest of the page.
2.) Despite setting the RETURN parameter to TRUE, the Return button is not displaying.
3.) Despite setting the REFRESH parameter to TRUE (which is what I am trying to overcome issue one as a work around), it only refreshes the page the first time you close the popup. If you re-display the popup and close it, it is not refreshing.
You can see this at ExtremeLEDLightBars.com. The popup is set to automatically show once per session. To re-display it after closing the first time (to test issue 3), click the "Get Deal Alerts" image on the right side of the page.
Thanks in Advance!
Chad