Click here to Skip to main content
15,887,450 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when i click button on popup window page1 need to reload.
Posted
Comments
Lakxman 15-Mar-12 8:18am    
Please provide more clear information about what you need. The more clarity you provide may be helpful for prompt solution.
Member 7968468 15-Mar-12 8:20am    
i have a button on page1.when i click on it opens a popup window it also have a button close.when i click on close button automatically page 1 need to reload.
[no name] 15-Mar-12 8:22am    
Seems clear to me. What is it you didn't understand?
Member 7968468 15-Mar-12 8:30am    
not working.please give some other idea
[no name] 15-Mar-12 9:06am    
What isn't working? What are you responding to?

1 solution

Use this in the event handler for the button
JavaScript
parent.location.href = parent.location.href;
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900