<html> <head> <script> function setName() { var path = document.forms[0].elements["sig"].value; alert("path " + path); } </script>