Re: custom imagegallery url

  •  11-18-2008, 9:22 AM

    Re: custom imagegallery url

    The problem with this is that by the time I get to this code inside insertGallery.aspx the request is for the new window and not the cuteeditor window, so my variables are lost. For firefox I could use UrlReferrer but that doesnt work on IE.
     
    Any other ideas, I need to add the variables to the link before the user clicks the image gallery button.
     
    I really dont want to use the session because in our app the user can have multible browser windows open and using this method could create cross posting of images (this is what I am trying to fix actually)
    thanks
    Joel

View Complete Thread