Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

c0de

Qual o erro?

Recommended Posts

Se alguém achar algum erro por favor, responda este tópico...

 

 

obrigado.

 

 

<html><head><title>teste</title><script language="javascript"><!--end = new Array(10);end[0] = "http://www.alancarvalho.com.br";end[1] = "http://www.uol.com.br";end[2] = "http://www.terra.com.br";end[3] = "http://www.cade.com.br";end[4] = "http://www.yahoo.com.br";end[5] = "http://www.globo.com";end[6] = "http://www.estado.com.br";end[7] = "http://www.brasil.gov.br";end[8] = "http://www.radiobandeirantes.com.br";end[9] = "http://www.sti.com.br";tit = new Array(10);tit[0] = "teste0";tit[1] = "teste";tit[2] = "teste1";tit[3] = "teste2";tit[4] = "teste3";tit[5] = "teste4";tit[6] = "teste5";tit[7] = "teste6";tit[8] = "teste7";tit[9] = "teste8";function Sorteio() {numero = parseInt(Math.random() * 10);if (isNaN(numero))numero = 0;location = end[numero];}function MM_jumpMenu(targ,selObj,restore){ //v3.0 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) selObj.selectedIndex=0;}function MM_findObj(n, d) { //v4.01 var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {   d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x;}function MM_jumpMenuGo(selName,targ,restore){ //v3.0 var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);}//--></script></head><body><script language="JavaScript"><!--document.write("<form name='form1'>");document.write("<p><select name='teste'>");for (i = 0;i < end.length;i++){document.write("<option value='javascript:document.location.href="+end[i]+"'>"+tit[i]+"</option>");}document.write("</select>");document.write("<input type='button' name='ir' value='Ir' onClick='MM_jumpMenuGo('teste','parent',0)'</p>");document.write("</form><p><form name='form2' method='post' action=''><input type='submit' name='submit' value='Ir Aleatóriamente' onclick='Sorteio(form1.teste.selectedIndex)'></p>");document.write("</form>");--></script></body></html>

Compartilhar este post


Link para o post
Compartilhar em outros sites
<html><head><title>teste</title><script language="javascript"><!--end = new Array(10);end[0] = "http://www.alancarvalho.com.br";end[1] = "http://www.uol.com.br";end[2] = "http://www.terra.com.br";end[3] = "http://www.cade.com.br";end[4] = "http://www.yahoo.com.br";end[5] = "http://www.globo.com";end[6] = "http://www.estado.com.br";end[7] = "http://www.brasil.gov.br";end[8] = "http://www.radiobandeirantes.com.br";end[9] = "http://www.sti.com.br";tit = new Array(10);tit[0] = "teste0";tit[1] = "teste";tit[2] = "teste1";tit[3] = "teste2";tit[4] = "teste3";tit[5] = "teste4";tit[6] = "teste5";tit[7] = "teste6";tit[8] = "teste7";tit[9] = "teste8";function Sorteio() {numero = parseInt(Math.random() * 10);if (isNaN(numero))numero = 0;location = end[numero];}function MM_jumpMenu(targ,selObj,restore){ //v3.0eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");if (restore) selObj.selectedIndex=0;}function MM_findObj(n, d) { //v4.01var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {  d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);if(!x && d.getElementById) x=d.getElementById(n); return x;}function MM_jumpMenuGo(selName,targ,restore){ //v3.0var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);}//--></script></head><body><script language="JavaScript"><!--document.write("<form name='form1'>");document.write("<p><select name='teste'>");for (i = 0;i < end.length;i++){document.write("<option value='javascript:document.location.href="+end[i]+"'>"+tit[i]+"</option>");}document.write("</select>");document.write("<input type='button' name='ir' value='Ir' onClick='MM_jumpMenuGo('teste','parent',0)'[COLOR=red]>[/COLOR]</p>");document.write("</form><p><form name='form2' method='post' action=''><input type='submit' name='submit' value='Ir Aleatóriamente' onclick='Sorteio(form1.teste.selectedIndex)'></p>");document.write("</form>");--></script></body></html>

Compartilhar este post


Link para o post
Compartilhar em outros sites
<html><head><title>teste</title><script language="javascript">	qtd = 10; // quantidade	end = new Array(qtd);	end[0] = "http://www.alancarvalho.com.br";	end[1] = "http://www.uol.com.br";	end[2] = "http://www.terra.com.br";	end[3] = "http://www.cade.com.br";	end[4] = "http://www.yahoo.com.br";	end[5] = "http://www.globo.com";	end[6] = "http://www.estado.com.br";	end[7] = "http://www.brasil.gov.br";	end[8] = "http://www.radiobandeirantes.com.br";	end[9] = "http://www.sti.com.br";		tit = new Array(qtd);	tit[0] = "teste0";	tit[1] = "teste";	tit[2] = "teste1";	tit[3] = "teste2";	tit[4] = "teste3";	tit[5] = "teste4";	tit[6] = "teste5";	tit[7] = "teste6";	tit[8] = "teste7";	tit[9] = "teste8";	function Sorteio() {  numero = parseInt(Math.random() * qtd);  if (isNaN(numero))  numero = 0;  vai(end[numero]);	}	function vai(valor){  //alert(valor);  if(valor!=""){location.href = valor;}	}</script></head><body><script language="JavaScript">	valor = "";	document.write("<form name='form1'>");	document.write("<p><select name=\"teste\" onchange=\"valor=this.value;;\">");	for (i = 0;i < end.length;i++){	document.write("<option value=\""+end[i]+"\">"+tit[i]+"</option>");	}	document.write("</select>");	document.write("<input type=\"button\" name=\"ir\" value=\"Ir\" onClick=\"vai(valor);\">");	document.write("</form><p><input type=\"button\" name=\"submit\" value=\"Ir Aleatoriamente\" onclick=\"Sorteio(form1.teste.selectedIndex);\"></p>");</script></body></html>

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.