Posts by user2886524 • 1 point
1 post
- 
		0 votes5 answers6692 viewsA: How to make the textarea automatically increase height to a certain limit?//I changed it to automatically take all textboxes of the form and do the Resizer. function ResizeTextArea(){ for (var j=1; j < form.length-1; j++){ if (form[j].type=="textarea"){ txtBox =…