|
-
Refresh same page automaticaly on server with parameters!
Hello,
I am using this command to automaticaly refresh page every 10 seconds.
Response.AddHeader "Refresh", "10"
But I am coming to this page from link with parameter, and after page is
refreshed parameter is lost, cause refresh is on server.
If I use client refresh on page, screen is blinking and that is not what
I want. I am doing client refresh with Java script command: document.refresh.
Is there any way to pass parameter to server so, after refreshing I still
have parameter for example with Request.QueryString("...").
Also does somebody knows client refreshing command from ASP, cause maybe
with ASP refresh page is not blinking(I am hoping).
Thanks,
Nenad Kermeci
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks