Created
October 8, 2021 10:42
-
-
Save gocs/26b84f3df68096c9345e51d31fc8e6a3 to your computer and use it in GitHub Desktop.
add function before FROM SELECT ONCHANGE ONSUBMIT;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form method="post" onchange="post_to_popup(this);this.submit();"> | |
<select></select> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment