Tag: loop programming t…

  • JavaScript Tutorial – Dynamic Select Year List Script HTML Form Elements

    Lesson Code: http://www.developphp.com/video/JavaScript/Dynamic-Select-Year-List-Script-HTML-Form-Elements PHP Version: http://www.youtube.com/watch?v=_vEyFYj09GE Learn to program dynamic year select lists in HTML forms to avoid the need to write up to 100 lines in your HTML. The JavaScript loop will write the options for you in a for loop. We can do this easily because years are numeric and incremental. Original source