<div id="count">44</div
<input maxlength="3" value="abc" autofocus="" />
<form target="_blank"> <input type="number" max="44" /> <button type="submit">Попытаться отправить</button> </form>
<input oninput="+this.value > 44 && (this.value = 44)" />