Hola:
Deduzco que te has decidido por la segunda solución, y que no haz arreglado lo del target...
Ejemplo:
Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/DTD/loose.dtd">
<html>
<head>
<title>
http://www.caricatos.net/probador
</title>
</head>
<body>
<form name="monform" target="_blank">
<select name="monpoup" onchange="with (this) {form.action = value; form.submit();}" size="10" >
<option value="index1.html">Index</option>
<option value="index2.html">Index</option>
<option value="inde3.html">Index</option>
</select>
</form>
</body>
</html>
Saludos