figured it out :)

var datastring = $(data).serialize();
var URL = "/thankyoupage.cfm?" + datastring;
    $.nyroModalManual({
        type: 'iframe',
        modal: true,
        url: URL
});

On Jun 18, 3:39 pm, Loony2nz <loony...@gmail.com> wrote:
> 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