View Single Post
Old 16-09-2003, 07:52   #2 (permalink)
Bill Posters
trouble free and loverlee
 
Join Date: Mar 2003
Location: YooKay
Posts: 2,962
Code:
function targetTest() { alert(parent.frames['A'].test +" - yes, I'm here"); }

You're also (possibly) forgetting to add the parentheses to the targetTest function name.


<aside>

Are frames really necessary?
Do the pros of using them in this case outweigh the cons?

</aside>
  Reply With Quote