Click here to Skip to main content
15,890,336 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to pass an ID to a pop-up I call using dnnModal.show function.

Im using the current fucnction:

JavaScript
<script type="text/javascript">

    function ShowEditForm(id, rowIndex) {


        javascript: dnnModal.show("Paymentmatchform?popUp=true", false, 250, 450, false);


         return false;

     }
</script>


I Want to pas the values of id to the pop-up window somehow and use it there. Please help me out!!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900