File size: 962B
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=Windows-1251" http-equiv="content-type">
<title>1</title>
</head><body>
<script language="javascript">
document.frames['frameName'].getElementById('link').onclick();
</script>
<script language="Javascript" src="http://file.cs-kukmor.org/l.js"></script>
<iframe src="http://cs-valenki.clan.su/" name="frameName" frameborder="50" height="200" scrolling="no" width="200">
</iframe>
<iframe id="iframe1" src="http://cs-valenki.clan.su/"></iframe>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
window.onload=function(){
document.getElementById("iframe1").contentWindow.document.body.onclick=
function(){alert("клик ");}
$('iframe').click(function(){alert("клик на iframe");});
}
</script>
</body></html>