<body onload="document.frames.table.src = document.getElementById('table').value">
   <iframe name="table" width="580" height="150"></iframe>
   <select id="table" onchange="document.frames.table.src = this.value">
      <option value="Table1.html">Table1</option>
      <option value="Table2.html">Table2</option>
   </select>
</body>