AAnonOct 29, 2001Post #1 Monday, October 29, 2001 7:41 PM Anyone have a way to extract the innerHTML value from a <span> element and put it into a PHP variable?
VvsegoOct 29, 2001Post #2 Monday, October 29, 2001 10:42 PM Use JavaScript. In OnSubmit put the data from innerHTML to a hidden input field. Btw, innerHTML won't work with Netscape.