Hi,
I have a page with 3 frames.
Top level frame is static under which there are two frames.
Left side displays alpha characters (in a table) as hyperlinks.
Data for a character is displayed in right side frame.
If the first character in left side is "C", I want to
display data starting with "C" in right side.
How do I retrieve first cell of the table on left side
to begin processing the right side page?
What is the guarantee that left side frame will render before right?
I am using JScript.
Thanks