JavaScript Tutorial - 7 - possible answer to Task 19
type your name please
<html> <head> <title>Echo Name</title> </head> <body> <form name=task19> type your name please <input type=text name=box> <input type=button value=ready onClick=alert(document.task19.box.value)> </form> </body> </html>
HOME Table of Contents