<!doctype html>
<html>
<head>
  <title>GopherJS DOM example - Access Input Element Value</title>
</head>
<body>

<input type="text" id="foo">
<div>Value: <span id="foo2"></span></div>

<script src="demo.js"></script>
</body>
</html>