There is an html file with tables, in front of each table you need to make a select with a choice (agreed, not agreed). In fact, he attached the code. I am wondering if it is possible to make changes in the html file and save them in the same file (that is, perform all actions on the client side) using javascript.
<form name="r1" action=""> <table border=1 width=730> <tr><td width=100>Четверг</td><td width=30>01</td><td width=80>08:49:57</td><td width=80>17:29:40</td><td width=220>опоздал на входе</td><td width=220></td></tr> <tr><td width=100>Пятница</td><td width=30>02</td><td width=80>08:49:14</td><td width=80>13:01:10</td><td width=220>опоздал на входе</td><td width=220>поспешил на выходе</td></tr> <tr><td bgcolor=red width=100>Суббота</td><td width=30>03</td><td width=80> </td><td width=80> </td><td width=220> </td><td width=220>отсутствовал</td></tr> <tr><td bgcolor=red width=100>Воскресенье</td><td width=30>04</td><td width=80> </td><td width=80> </td><td width=220> </td><td width=220>отсутствовал</td></tr> </table> <select name="t1"> <option value="0">Согласовано</option> <option value="1" >Не согласовано</option> </select> </form>