Question
Form Variables Undefined After JavaScript submit
I have a simple sample of a form with one text input. If I
submit the form using an html submit input tag the form variables
are available to the next page, but if I submit the form using
JavaScript's submit() function (i.e. with an image map) they are
undefined! Any idea why this might be happening?
I've attached foo.cfm and bar.cfm as an example.
I've attached foo.cfm and bar.cfm as an example.