|
I want to include a different file when the user selects an item from a select field (pulldown menu) in an HTML form, but without hitting the submit button. I guess it would be a psuedo submit? Do I have to use javascript?
ie: they drop down the menu and select 1. below the pulldown menu is now displayed file1.txt. etc.
|