Как проверить тип ввода текста
<form> <input type="text" name="mail" placeholder="Enter you username" required/><br> <button class="button" type="submit" onclick="window.location.href='link.html'">Continue</button> </form> as you can see in this code i'm using input type button and button what i want is before redirecting me to link.html i want the input text to be required its redirecting me without checking the type text any solution i think the button doesn't do this but i need it to redirecting me the link.html
Что я уже пробовал:
я попробовал ввести тип submit но он не перенаправляет меня на ссылку которую я хочу поэтому я меняю ее на button type button