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>