1 <!-- the Doctype PI turns off 'quirks mode' in HTML layout and makes auto-sizing work right. -->
7 function changeSize(delta
) {
8 var elem
= document
.getElementById("textInput");
9 elem
.size
= elem
.size
+ delta
;
17 <input id=
"textInput" type=
"text" size=
"5"><br/>