:huh: GOSTARIA DE SABER SE TEM COMO FAZER UM FRAME FICAR COMO LINK. TENHO 6 FRAMES DE 6 SITES DIFERENTES, E QUANDO CLICAR EM UM FRAME QUE ABRA UMA OUTRA PG COM O SITE ESCOLHIDO.... TIPO SEI QUE PARECE BOBO, MAS É QUE estou APRENDENDO AGORA... SEGUE O CÓDIGO... <html> <head> <title>JORNAIS</title> </head> <frameset cols="33%,34%,33%"> <frame src="http://www.estadao.com.br/" SCROLLING="auto"> <frame src="http://www.folha.uol.com.br/" SCROLLING="auto"> <frame src="http://g1.globo.com/" SCROLLING="auto"> </frameset> <frameset cols="33%,34%,33%"> <frame src="http://portal.tododia.uol.com.br/" SCROLLING="auto"> <frame src="http://www.liberal.com.br/" SCROLLING="auto"> <frame src="http://www.diariosbo.com.br/" SCROLLING="auto"> </frameset> </html>