August 1999
Intermediate to advanced
1488 pages
72h 53m
English
frame.parent
The parent property of the Frame object specifies the frame containing the current frame.
Listing 7.281 shows a small example of how the name of the Frame parent can be accessed.
<script language="JavaScript">
<!-- Hide
function getParent(){
var parentName = parent.frameName.name;
}
// End Hide --->
</script>
|
Read now
Unlock full access