Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Order of frame rendering and data sharing


Message #1 by Anant.Joshi@n... on Mon, 18 Sep 2000 19:56:23 +0100
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

  Return to Index