|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Bonjour,
I've been looking for this for some time now. I have a neat little ASP application to manipulate a SQL Server Database. While a procedure on the db is kicked off by a page a popup window should show the progress (Basically it should show the contents of a table which is updated in the process). How can I get this pop-up window to refresh itself, say, all 10 seconds (without any user interaction)? Help greatly appreciated. Merci. |
|
#2
|
|||
|
|||
|
Salut,
In this case, you can do it using only html code even if you can do it using JS. Insert this meta tag in in [head] tag of your popup window [meta http-equiv="refresh" content="10"] This cause the popup to reload each 10 seconds. A+ |
|
#3
|
|||
|
|||
|
Merci.
I tried that before and it didn't work. But I think it has more to do with my db connection that takes too long to refresh. Thanks anyway. |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > Refresh a popup window |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|