How to link from dnnmodal popup to web site page?
Last Post 07/25/2018 7:14 PM by Donald. 0 Replies.
Author Messages
Donald
Nuke Ace
Nuke Ace
Posts:53


--
07/25/2018 7:14 PM
    Hello all.
    I am using a dnnmodal.show popup. The popup works correctly, showing the content that I want in the popup. However, I want to allow the user to click and go to another page on the same portal. The below code works in an html module, but when in a popup it only closes the popup and does nothing else.

    <a class="dnnPrimaryAction" onclick=<a href="/portalURL"</a>Go Here</a> <br /> <br /> Thank you for your help in solving this problem. <br /> <br /> -DL


    ---