<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript">
function fr()
{
alert(document.getElementsByTagName('frameset')[0].children[0].src);
}
//alert();
</script>
</head>
<frameset rows="80,*" cols="*"">
<frame src="http://htmlbook.ru/" name="topFrame" scrolling="no" noresize onload="fr();">
</frameset>
</html>