partially update webpage

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • GeneSZ

    partially update webpage

    How to dynamically and partially Update the webpage? The content of
    the part of the page is from the user's requerement and get data from
    the server side.
    The purpose is to speed up the page update. We have a page that most
    of content are static, only small part is changed per user's select
    and the replying data need to get from server side database. Thanks
    for help. Gene
  • me

    #2
    Re: partially update webpage


    Keep your content in a database. Then have the Web site query the database
    to render the content.

    Or just use a CMS such as SiteSimplify.



    "GeneSZ" <jingshengzhou@ hotmail.com> wrote in message
    news:60a82f9c.0 308291149.3e754 970@posting.goo gle.com...[color=blue]
    > How to dynamically and partially Update the webpage? The content of
    > the part of the page is from the user's requerement and get data from
    > the server side.
    > The purpose is to speed up the page update. We have a page that most
    > of content are static, only small part is changed per user's select
    > and the replying data need to get from server side database. Thanks
    > for help. Gene[/color]


    Comment

    Working...