Sorry...just got back to this now...for another page I have to do the
same thing with...
Sounds like from your response, that you used QUERYSTRING to pass the
data from PAGE A to the fancybox...is that not correct?
I'd rather pass the data NOT IN THE URL...
On Aug 3, 3:47 am, Don <
dmallic...@gmail.com> wrote:
> Not sure if you got this worked out. I wish google groups would put in
> a 'solved' state.
>
> I did this by coding my form to work off the parameters. So i would
> show and hide elements server side that i had placed in the form
> depending on the get variables i passed in, seemed better than tring
> topassso much via get string. You have to use ajax or iframe mode i
> > Hi, I'm trying to callfancyboxfrom a form, and I want topasssome
> > hidden fields (input fields) to thefancyboxpopup. I've been working
> > withfancyboxfor a month or so now, and I love it. I've implemented
> > it on numerous pages, but the only fields I've passed to thefancybox
> > form were in the URL.
>
> > I'd rather avoid that in this case, as the hidden fields I'm passing
> > can get long...etc...
> > Any way topassit as POSTdata? Or some other way?