Anyone have a way to extract the innerHTML value from a <span> element and put it into a PHP variable?
Use JavaScript. In OnSubmit put the data from innerHTML to a hidden input field.
Btw, innerHTML won't work with Netscape.
Worked great. Thanks so much.