halfbarrel
Programmer
Hello,
I'm currently creating a web page with a table of data at the top, and iframe below that, and then a second iframe below that. When a hyper link from the table is clicked it changes the source of the first iframe, then when a hyper link is clicked from that iframe it sets the source for the second iframe.
My problem is after the source for the first iframe is filled you need to scroll to get to second iframe. So when a link from the first iframe is clicked to fill the source for the second iframe you really can't tell anything happened unless you scroll down.
My question is when setting the source for the second iframe is there a way to go to that iframe like setting the focus or something.
I'm currently creating a web page with a table of data at the top, and iframe below that, and then a second iframe below that. When a hyper link from the table is clicked it changes the source of the first iframe, then when a hyper link is clicked from that iframe it sets the source for the second iframe.
My problem is after the source for the first iframe is filled you need to scroll to get to second iframe. So when a link from the first iframe is clicked to fill the source for the second iframe you really can't tell anything happened unless you scroll down.
My question is when setting the source for the second iframe is there a way to go to that iframe like setting the focus or something.