August 1999
Intermediate to advanced
1488 pages
72h 53m
English
frame.self
The self property of the Frame object is used as a keyword to reference the current frame.
Listing 7.283 shows an example of the self property being used to get the name for the current frame.
<script language="JavaScript">
<!-- Hide
function getName(){
var name=window.frame.self.name;
}
// End Hide --->
</script>
|
Read now
Unlock full access