| Author |
Frames
|
SampathSwami
Greenhorn
Joined: Oct 01, 2002
Posts: 1
|
|
Hi, I have two frames in my page. JSp in top and xml in the bottom frame. on the button click of the top frame i want to refresh the bottom frame i.e. the xml page. It would be great any one can resque me Cheers, Sampath
|
 |
Garann Means
Ranch Hand
Joined: Jan 28, 2002
Posts: 214
|
|
Will this work? In top frame: <input type='button' value='Click to Refresh Bottom Frame' on_click='parent.frames[1].document.location.reload();'>
|
 |
 |
|
|
subject: Frames
|
|
|