I want to have the text value from a inside a element.
html:
Add an Id property into the P tag with value like text or something:
Id
P
function gettext() { var amount = document.getElementById('text').value; }