I have this within my page to open a page manually:

$.nyroModalManual({
        url: '/thankyouPage.cfm'
});

Is there a way to pass URL parameters to the URL attribute?

I tried HASH, but that didn't work.

Thoughts?

Thanks!

Reply via email to