How do I turn a static HTML page into dynamic using Javascript?

I have a page, which uses a drop down list to select what image the user wants to see. however as I use an ajax include, this makes the html page static, how would I go about turning this page into a dynamic interactive one with the use of Javascript?
 
Back
Top