Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

In my asp.net application page is refreshing specific time using Response.AddHeader("Refresh","30"), but if i open pop up(window.open) case also Page is refreshing then pop up closing. How to stop the refresh in parent page when Popup opens.

I tried with another code.Added below code in window.onload event

setTimeout(function(){window.location.reload()},30000)

How to increase refresh time when we open popup(window.open).

Thanks.
Posted
Updated 26-Jan-15 23:12pm
v2

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