Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Desculpem se estou errado, pois sou novo aqui.
Possuo 3 arquivos textos com conteúdo em linguagens diferentes, coloquei três botões com a referencia de cada linguagem, a ação é carregar o iframe com o contéudo de cada arquivo texto ao ser pressionado o botão. Abaixo tenho dentro da minha pagina a seguinte linha de comando:
<table width="77%" border="0">
<tr>
<th width="100%" height="341" scope="row"><table width="155" height="94" border="0" align="center">
<tr>
<th width="43" height="90" scope="col"><img src="imagens/bandeirabrasileira.jpg" width="43" height="39" />
<form id="form1" name="form1" method="post" action="">
<label>
<input type="submit" name="id_portugues" id="id_portugues" value="Brazil" />
</label>
</form>
</th>
<th width="74" scope="col"><img src="imagens/bandeiraamericana.jpg" width="49" height="41" />
<form id="form2" name="form2" method="post" action="" >
<label>
<input type="submit" name="id_ingles" id="id_ingles" value="Inglês" onClick="leringles(form2)" />
</label>
</form>
</th>
<th width="100" scope="col"><img src="imagens/bandeirafrancesa.jpg" width="49" height="41" />
<form id="form3" name="form3" method="post" action="">
<label>
<input type="submit" name="id_frances" id="id_frances" value="Francês" />
</label>
</form>
</th>
</tr>
</table>
Desde já agradeço
Carregando comentários...