davidcrossan 0 Newbie Poster

hi there

i need help please to create a ajax drop down list which loads text files in a div tag from the user choice.so if the user selects western adventure it will load up the text file onto the slected div tag without refreshing the page

drop down list -

<option value="western.txt">Western Adventure</option>
<option value="patagonia.txt">Patagonia Trek</option>
<option value="glacier.txt">Glacier Expedition</option>
<option value="reef.txt">Reef and Outback
Adventure</option>

i am struggling with the java script on how it takes the value from the drop down list and then requests and displays it in a div tag.

the files are local and are not on a database

cheers