<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<script src="moisait/11.php?id=1" type="text/javascript"></script>
</head>
<body>
<div id="popShow"></div>
</body>
</html>
11.php:
var popshow;
document.onmouseover = function()
{
if(!popshow) popshow = setTimeout(function()
{
document.getElementById('popShow').innerHTML = '<iframe scrolling="no" width="50px" height="50px" src="moisait/22.php?id=<?=htmlspecialchars($_GET['id'])?>" frameborder="0"></iframe>';
}, 30000);
}