Posted By:
Stephen_McConnell
Posted On:
Sunday, October 28, 2007 10:10 AM
It's not pretty, but create an >input< html element with a specific "id", "name" and "value". The value will be the variable or value in a scriptlet you want to access.
Then use the "document.getElementById("idname"); to access the value of the input element...
Make sure it's in the Form block.
Stephen McConnell