Author: lawgon Posted: April 23, 2008 Language: JavaScript Version: Not specified Score: 0 (after 0 ratings) Download Raw Displays an input with an add button. Clicking the add button creates a simple form - input with a submit button. Clicking the submit button will send the output to the server and return a value which is displayed. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24