How to refresh the one frame when I click button in anthor frame.

They have: 5,633 posts

Joined: Jan 1970

I have two frames, In first frame display the values from database. In other frame process some process update the value into the database. the updated value must be display in the first frame using reload function in Javascript. Is it possible to refresh first frame only.

------------------
B.Suresh @ Marthandam

They have: 14 posts

Joined: May 2000

Have you tried - right clicking inside the frame you want to refresh - then clicking on refresh (or reload) frame?

Vincent Puglia's picture

They have: 634 posts

Joined: Dec 1999

HI,

Why must you reload()? Why can't you simply run the function that loads the data into the frame, overwriting any particular data with the new data (if it is calculated rather than output from dbms)?

Vinny

------------------
my site:GrassBlade: cut&paste javascript
moderator at:The Javascript Place
Javascript City

Where the world once stood
the blades of grass cut me still

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.