I have a form that has a drop down list of song titles. I want to be able to click on one of the song titles and the lyrics be loaded on the same page. The lyrics are contained within .txt files in a folder called "Lyrics".
Example:
Drop down list contains: Song1 Song2 Song3 etc.
When the user clicks on the song, the contents of the corresponding .txt file are displayed on that same page. Any ideas?