Im using version 6.x-1.3 of popups modules.
I've applied "popup" class to the links which I want to display in popup. Everything works fine but I want to refresh the parent window automatically . Is there any class which I can add for auto refreshing the parent window.

Regards,

Comments

drupalhooked’s picture

Issue resolved

wip75’s picture

hello, how did you do that?

pierre_cotiniere’s picture

In the README.txt, there is :
Here are the classes that you can use:
class="popups" requests an informational popup (or a form that doesn't want ajax processing).
class="popups-form" requests a popup with a form that modifies the content of the original page.
class="popups-form-reload" requests a popup with a form, and reloads the entire page when done.
class="popups-form-noupdate" requests a popup with a form, and leaves the original page as-is.

So you must use the class "popups-form-reload", it works on my instance.

rakeshakurathi’s picture

i m using automodal class i want to refresh a page when the page is closed.....

kristen pol’s picture

I tried using popups and popups-form-reload and my parent page does not reload. I also tried passing in:

reloadWhenDone:true

to the options.

I'm on FF.

Any ideas?

===
Update

It works for one form I tried but not for the login form.

====

Final Update!

Okay... figured out what was not letting it reload... I had the width of the popup specified in the options. Once I took that out, the reload worked. Hopefully this will help someone!

Thanks,
Kristen