Created
September 13, 2017 15:56
-
-
Save aurghyadip/79ce27d2220a5cdd687c4409ad94aa2c to your computer and use it in GitHub Desktop.
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 name="form1"> | |
| <input type="text" name="sdate"> | |
| <input type="submit" value="Submit" onclick="checkDate(form1.sdate)"> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment