Menu

#10 getForm sends undefined variables

open
4
2007-08-24
2007-08-24
Jim Plush
No

The getForm function can add "undefined=undefined" values to the query string. One instance where this happens is if I use the html tag. For example:

Select a Choice

Choice 1
Choice 2
Choice 3

A simple fix is to add:

case undefined:
break;

to the switch statement in the getForm method.

Discussion


Log in to post a comment.