Hi All,

I'm experimenting with Overlay but I'm a newbie with jQuery, so would need a suggestion on how to approach this:

i have a list of images, each one embedded in a form. Each form has some hidden parameters e.g. image_ID etc, and submit buttons such as 'modify', 'delete' etc)

at the moment if you press say 'modify' you will go to a separate page, where you can update name and caption of that photo etc.

I would like this page to appear in an overlay, but don't know exactly how.
Best result would be to intercept what button has been pressed (eg 'modify') AND retrieve the hidden parameters from that specific photo, and load that separate form in the overlay.

Can you please point me in the right direction?

thanks,
Patrick