Yes, it can be done. I suggest learning JavaScript and the DOM. What
editor you use is irrelevant. In a nutshell, use the onchange event of
the select element to fire a handler which gets the page from the option
and changes the src attribute of the iframe. Have fun.