Forum Moderators: open
onkeyup="javascript:if (this.value.length > 389){ alert('Input To Long');this.value=this.value.substring(0,388); this.focus} ;
hope this help people searching for it
Have you got a way to workaround maxwidth on IE? That would be pure gold for me.