I have a javascript based form that has information stored in
document.getEle mentById('name' ).innerHTML
When I submit the form to the next page how do i get this information out of
the POST?
document.getEle mentById('name' ).innerHTML
When I submit the form to the next page how do i get this information out of
the POST?
Comment