If I understand you correctly, you're looking to load a new page into
the main window from the greybox?

It's very simple to do - in your greybox's javascript somewhere, use:

parent.parent.location.href ="http://www.mydomain.com/mypage.php";;

Easy-peasy :)


--
Tyler Style
http://malthusian-solutions.com
http://nirdvana.com

On Jan 21, 4:39 am, penny <[email protected]> wrote:
> Hello everyone,
> I used the GreyBox and I think that it is really great.
>
> However, I have the following issue:
> -I used the rel="gb_page_fs[]" at "article.php" in order to edit an
> article "edit.php". (The fade in window presents the edit.php page)
> I have set in gb_scripts.js at line12 "this.reload_on_close=true;"
>
> My file "edit.php" has a refresh after submission.
> Is there a way to pass the same refresh on the original window?
>
> For example if I press the delete button, my refresh button at fade in
> window redirects on "articles.php" but the fade out window justs
> refreshes on "article.php" which has been deleted so I have as output
> a message that the article does not exist.
>
> Hope I make myself clear enough!
> Any help really appreciated.
> Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
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