Simple Java script app that welcome user using first name inputed by him. It uses simple form with text input and submit input. When onsubmit event occures than app takes first name from input field and shows alert displaying greeting: "Hello xxx!". The onsubmit event hadler returns false to prevent page reloading, than it hides this form from the screen and change header title to greeting: "Hello xxx!".