Created
April 1, 2019 22:46
-
-
Save dgershman/48d511b8a8064c29df97865efbf1fe92 to your computer and use it in GitHub Desktop.
This file contains 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
<a id="Day1" href="javascript:selectDay(1)">Sunday</a> | |
<a id="Day2" href="javascript:selectDay(2)">Monday</a> | |
<a id="Day3" href="javascript:selectDay(3)">Tuesday</a> | |
<a id="Day4" href="javascript:selectDay(4)">Wednesday</a> | |
<a id="Day5" href="javascript:selectDay(5)">Thursday</a> | |
<a id="Day6" href="javascript:selectDay(6)">Friday</a> | |
<a id="Day7" href="javascript:selectDay(7)">Saturday</a> | |
<hidden id="selectedDay"/> | |
<select id="language"> | |
<option value="47">English</option> | |
<option value="52">French</option> | |
</select> | |
<hr /> | |
<div id="results"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment