Código PHP:
<iframe allowtransparency="true" frameborder="2" height="800" width="100%" name="centro" scrolling="auto" id="centro">
</iframe>
.
.
.
.
<script type="text/javascript" language="javascript1.1">
function modiframe(destino) {
document.getElementById('centro').src = "diccionario.php?id="+destino.options[destino.selectedIndex].value; }
</script>
Saludos