<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> New Document </title>
</head>
<body>
<form>
<input type="text" Name="test">
<input type="button" value="Gib mir die INFO" onClick="alert(document.forms[0].test.value)">
</form>
</body>
</html>