Pretyfoto iFrame - Parent window needs to refresh if i close loghtbox close button
  • Hi ,
    I am using Pretyfoto iFrame and it works awesome,
    I just want to know from anyone how i can refresh parent window if i click on close button of open lighbox window.
    Any one have any idea on this.

    Thanks in advance,

    Waiting for your reply.
  • Maybe you want add these to the end of $.prettyPhoto.close

    So it will look like this:

    $.prettyPhoto.close = function(){

    //Add these two lines before funciton ending.
    parentloc = window.location;
    window.location = parentloc;
    }

    Steve

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!