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
| <html> | |
| <head> | |
| <script> | |
| <!--script which will change the date in the input box according to selection--> | |
| <!-- This date selector doesnot carry fancy stuff :). A very basic date selector. --> | |
| function changedate() | |
| { | |
| var date = document.getElementById("date"), | |
| sel_date = date.options[date.selectedIndex]; | |
NewerOlder