<html>
<head>
<title>Этикет</title>
<style type="text/css">
</style>
<script type="text/javascript">
function del_()
{
var autoinfo=document.getElementById("autoinfo");
autoinfo.parentNode.removeChild("autoinfo");}
function avtol(){
document.getElementById('autoinfo').innerHTML='<p style="position:absolute;top:20%; left:5%; font-size:12ex;text-
align:center;">'+'Чтобы вызвать справку нажмите клавишу esc'+'</p>';
setTimeout(del_(),3000);}
</script>
<body onload="avtol()">
<div Id="autoinfo" ></div>
</body>
</html>
исправил так, не работает
|