i Have framset contains 3 frames means 3 Jsp i have a select box in the 2nd frame i need to refresh 3rd frame as per the input of the 2nd frame select box and i want the selectedIndex remains the same when the 3rd frame get refreshed Program logic code: <framset row ="25%",25%,25%> this i dont have problem the page i m posting frm 2 nd frame opening on the the same page that i have to rectify and the selected value in 2nd frame remains to be selected
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
you can target each frame by the following parent.FrameName.location.href="TheURL" It will only cause the frame to change and not affect the other pages. Also if you are using 3 frames, shouldn't you be using 33% 33% 34%