I have a FORM that sends a variety of hidden INPUT types to a POST script. I use some javascript code to manipulate the INPUT types (on or off) based on which radio button is selected.
Is it possible to do this in perl, i.e., use an onfocus() handler to run a perl script to set the INPUT types on or off and have the correct POST data sent when the FORM is submitted? It submits to a perl script.
I want to get away from javascript but can't seem to get perl to do what I want.
Pre-Monk seeking wisdom.