The theater begins with a hanger, and the web service starts with authorization. Authorization form mail.ru is well known to everyone (who does not know, see screenshot). Since I enter, as I have already said, from the most unexpected places, every time I turn on the “Someone else's computer” checkbox so that the service does not substitute my login to the next person who has come to this page (or maybe he also does what this checkbox does not analyze). What could be easier, you say. Just click on the checkmark or on its signature . All offline applications behave this way, most modern web services behave this way (for example, the checkboxes “Closed habratopic ...” and “Disable automatic hyphenation ...” on the page where I write this). But apparently those unfamiliar to me webmasters who made up the authorization form did not know about the wonderful label tag and its attribute for . Therefore, to set this checkbox, you must click on it.<td class = "check"> <input id = "alien" class = "check" type = "checkbox" tabindex = "4" value = "1" name = "level" /> </ td> <td class = "bad"> Alien computer </ td>
<td class = "check"> <input id = "alien" class = "check" type = "checkbox" tabindex = "4" value = "1" name = "level" /> </ td> <td class = "bad"> <label for = "alien"> Alien computer </ label> </ td>
Source: https://habr.com/ru/post/42244/
All Articles