ID
|
058
|
<html> <head> <title> JavaScript DESTINATION - P058 </title> </head> <body> <form name=statusform> <input type=text name=statusvalue> <BR> <input type=button value="Zmena textu" onClick="window.status=document.statusform.statusvalue.value;"> </form> </body> |