Esse foi o código completo q eu usei... N sei porque está dando errado... <html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>#AnimeBR</title>
<base target="principal">
<style fprolloverstyle>A:hover {color: #009933; font-style: italic; font-weight: bold}
</style>
<script language="JavaScript">
function criamatriz()
{
this.length = criamatriz.arguments.length
for (var i = 0; i <this.length; i++)
this[i+1] = criamatriz.arguments[i]
}
var itens = new criamatriz("Escolha um RPG da lista:",
"Final Fantasy",
"Chrono Trigger",
"Senhor dos Anéis",
"Samurai",
"Neo Gênezih",
"Grandia");
var url = new criamatriz("",
"finalfantasy.htm",
"chronotrigger.htm",
"senhordosaneis.htm",
"samurai.htm",
"neogenezih.htm",
"grandia.htm");
function vaipara(form) {
i = form.lista.selectedIndex;
if (i == 0) return;
window.location.href = url[i+1];
}
</script>
</head>
<body link="#008000" vlink="#008000" alink="#009933" text="#008000" bgcolor="#000000" bgproperties="fixed" background="animebr.jpg">
<p><br><br><br><br><center><script LANGUAGE="JavaScript">
document.write("<form>")
document.write('<select name="lista" onChange="vaipara(this.form)">');
tot = itens.length;
for (var i = 1; i <= tot; i++)
document.write("<option>" +itens[i]);
document.writeln('</select>');
document.writeln('</form>');
</SCRIPT></p>
<div align="left">
<br>
<br>
</div>
</body>
</html>