<HTML> <HEAD> <TITLE>......</TITLE> <HEAD> <BODY> xxxx<BR> xxxx<BR> xxxx<BR> <FORM> <INPUT TYPE="text" VALUE="xxx"> <INPUT TYPE="text" VALUE="yyy" SIZE=6> <INPUT TYPE="button" VALUE="ppp" ONCLICK="p1"> <INPUT TYPE="button" VALUE="qqq" ONCLICK="p2"> </FORM> xxxx<BR> xxxx<BR> xxxx. </BODY> </HTML>
You see the programmed 'values' as xxx, yyy, ppp and qqq have been displayed in the window. The values p1 and p2 aren't 'events' or real functions. If you don't use the property SIZE, the text field is not declared and long.
Enschede, 20 jan. 2000; updated: jan. 28, 2003