How to refresh the one frame when I click button in anthor frame.
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
Star posted this at 13:21 — 12th June 2000.
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 posted this at 02:53 — 13th June 2000.
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.