How To Submit A Form On Change?
The question is specifically about the Captive Network Assistant. I have tried using vanilla JavaScript,
Solution 2:
Your code looks fine. You probably want to fill in the action
attribute of your form and possibly use the method
and enctype
attributes as well.
Here is a working copy of your code on jsFiddle
Post a Comment for "How To Submit A Form On Change?"