Dynamic pages - any other way besides using frames?

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

    Dynamic pages - any other way besides using frames?

    I need to update my web page dynamically. The page is a typical three column
    setup. When someone clicks a button on the middle column the right column should
    update. Again wen someone clicks another button left column should update.
    All the columns have a lot of stuff and repainting everything is not an option.
    Currently I having frames which can be updated dynamically.

    Is there any other solution? having the user install some software is not an
    option.
  • dorayme

    #2
    Re: Dynamic pages - any other way besides using frames?

    In article <raqnu31upastpm vdkf3bg931du1rc cgm4l@4ax.com>,
    John <John.Smith@inv alid.comwrote:
    I need to update my web page dynamically. The page is a typical three column
    setup. When someone clicks a button on the middle column the right column
    should
    update. Again wen someone clicks another button left column should update.
    All the columns have a lot of stuff and repainting everything is not an
    option.
    Currently I having frames which can be updated dynamically.
    >
    Is there any other solution? having the user install some software is not an
    option.
    Is there a button whose *only* function is to update the left or right
    col? If so, why? If not, what other things does the button do? How about
    a url and some proper context?

    --
    dorayme

    Comment

    Working...