need to refresh web page after clicking close on pop-up window

Posted by Brad on Stack Overflow See other posts from Stack Overflow or by Brad
Published on 2010-03-26T13:51:01Z Indexed on 2010/03/26 13:53 UTC
Read the original article Hit count: 288

Filed under:

I have a pop-up window a user logs into, once they are logged in successful, I have a message that has a link to close the window. But I want it to not only close that pop up window, but I want it to refresh the webpage the pop-up window was clicked on.

So the page can refresh to see that there is a valid login session for that user.

Is this possible w/ jQuery?

© Stack Overflow or respective owner

Related posts about jQuery