You're better off creating this function in the main page (remove all
the parent refs) and calling it from the iframe:

function fun_popClose(path,param) {
  GB_CURRENT.hide();
  ...
  blah blah blah
  ...
}

You'd call this from the iframe using
top.fun_popClose("<some path>", "<some parameter value">);

Tyler


On Sep 28, 11:05 pm, indu <[EMAIL PROTECTED]> wrote:
> Hi prasad,
>
> function fun_popClose(path,param)
> {
>
>      parent.parent.GB_CURRENT.hide();
>
>      // if(GB_CURRENT)
>       //{    GB_CURRENT.hide();
>
>      // }
>
>        if(param=='create')
>      {
>            w_height=440;
>            w_width=535;
>      }
>
> /*
>      else if(param=='pass')
>      {
>           w_height=310;
>           w_width=470;
>      }
>
>  */
>
>  if(path)
> {
>       parent.parent.GB_show(' ',path,w_height,w_width,'no');
>       /*parent.parent.GB_show('',path);*/
>
> }
>
> We tried the above code.
> pop up is closing
> but inner pop up is opening but not loading.
> but title and size getting changed.
>
> only the page loading is pending. kindly help us.
> URGENT
>
> Regards
> Indu
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to