Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: need help trying to call a function from another page


Message #1 by soni29@h... on Sun, 9 Jun 2002 23:43:10
the "top" reference will take you back to the outer most frame set.

So, "top.test.function()" should call the function() within the frame with 
the name of "test", one level down from the outer most frame set, 
regardless of where you call it from.

Hope it helps.

My apologies for the previous post, itchy trigger finger.

  Return to Index