So long as you aren't submitting a form or somesuch, the easiest way to pass data back to the main page is thru a javascript function in the main page. You can call any main page javascript function from the greybox page using top.
(eg) top.attachProduct(imageId); Tyler On Oct 17, 8:00 pm, marau <[EMAIL PROTECTED]> wrote: > Hi all, > has anyone solved this? I'm googling and googling but with no results. > I want to create dynamic image selection (with uploader, > galleries ...) and then i click on image in grey box, my js or xajax > function (that isn't important) be called with some parametrs (image > id) and do what i want to (attach to product or somethink else, I'm > sure that everybody know what's my point). The main problem is how to > do that :) Thanks a lot. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GreyBox" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/greybox?hl=en -~----------~----~----~----~------~----~------~--~---

