How with the help of javascript it is possible to realize the creation of files, there is such an html structure. The point is that when you select, a text document is created along the specified path.
<body> <H2>Путь создания файлов</H2> <form name="form1"> <input text="text" size="40" value="D:\\textfile.txt" name="pole"> <br> <INPUT TYPE="BUTTON" ONCLICK="f1(frm1.pole.value)" VALUE="Создать файл"> </form> <H2>Какие создать файлы</H2> <form name="form2" method="post" action=""> <input type="checkbox" name="total" value="checkbox" onClick="checkAll(this.form,'checkbox[]',this.checked)">Отметить все <br> <input type="checkbox" name="checkbox[]" value="checkbox">Heder <br> <input type="checkbox" name="checkbox[]" value="checkbox">Footer <br> <input type="checkbox" name="checkbox[]" value="checkbox">SidBar </form>