CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: page refreshing

  1. #1
    Join Date
    Aug 2002
    Location
    Armenia
    Posts
    62

    page refreshing

    hi..
    I need some advice to optmize web page refreshing.
    Considering, that my page refreshes every 10 seconds, some parts of the page aren't dynamic, for example client side JavaScript functions that stay permanent each time, when page refreshes. How can I store the permanent part of the code on client's side, and transfer only useful information?
    will be thankful for any help.

  2. #2
    Join Date
    May 2003
    Location
    upstate NY
    Posts
    168
    try using frames for the data that you are refreshing. that way you can refresh the Dynamic data and not worry about the Static stuff.

    Just a thought

    Will
    --------------------------------------------
    Tell me and I will forget
    Show me and I will remember
    Teach me and I will learn

  3. #3
    Join Date
    Aug 2002
    Location
    Armenia
    Posts
    62
    thanks a lot

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured