<!-- Online fordito sajat fordito form -->
<script language="JavaScript">
var actionvar="http://onlinefordito.micom.hu/";
id="1";
actionszotar="szotar.php";
function selectchange(selectedoption)
{
if(selectedoption=="English-Magyar"){
if(this.id=="1"){
document.getElementById("form1").action="http://onlinefordito.micom.hu/szotar.php";
document.getElementById("form1").method="POST";
document.getElementById("szoveg").name="szoveg";
}
if(this.id=="2"){
document.getElementById("form1").action="http://onlinefordito.micom.hu/fordito.php";
document.getElementById("form1").method="POST";
document.getElementById("szoveg").name="szoveg";
}
}
if(selectedoption=="Magyar-English"){
document.getElementById("form1").action="http://onlinefordito.micom.hu/szotar.php";
document.getElementById("form1").method="POST";
document.getElementById("szoveg").name="szoveg";
}
if(selectedoption=="German-Magyar"){
if(this.id=="1"){
document.getElementById("form1").action="http://nemet.onlinefordito.hu/nemetszotar.php";
document.getElementById("form1").method="POST";
document.getElementById("szoveg").name="szoveg";
}
if(this.id=="2"){
document.getElementById("form1").action="http://nemet.onlinefordito.hu/nemetfordito.php";
document.getElementById("form1").method="POST";
document.getElementById("szoveg").name="szoveg";
}
}
if(selectedoption=="Magyar-German"){
document.getElementById("form1").action="http://nemet.onlinefordito.hu/nemetszotar.php";
document.getElementById("form1").method="POST";
document.getElementById("szoveg").name="szoveg";
}
//document.getElementById("szoveg").value=selectedoption;
}
function szotar(){
this.id=1;
document.getElementById("szotarid").src="http://images.onlinefordito.hu/sajat_fordito/468x60/szotar.jpg";
document.getElementById("szovegid").src="http://images.onlinefordito.hu/sajat_fordito/468x60/szoveg2.jpg";
document.getElementById("form1").action=actionvar + actionszotar;
document.getElementById("form1").method="POST";
document.getElementById("szoveg").name="szoveg";
document.getElementById("szoveg").value="";
data=document.getElementById('nyelvvalaszto').options.length
for(i=0;i<data;i++)
{
document.getElementById('nyelvvalaszto').options[0]=null;
}
document.getElementById("nyelvvalaszto").options[0]=new Option("angol-magyar","English-Magyar");
document.getElementById("nyelvvalaszto").options[1]=new Option("magyar-angol","Magyar-English");
document.getElementById("nyelvvalaszto").options[2]=new Option("nemet-magyar","German-Magyar");
document.getElementById("nyelvvalaszto").options[3]=new Option("magyar-nemet","Magyar-German");
}
function szoveg2(){
this.id=2;
document.getElementById("szotarid").src="http://images.onlinefordito.hu/sajat_fordito/468x60/szotar2.jpg";
document.getElementById("szovegid").src="http://images.onlinefordito.hu/sajat_fordito/468x60/szoveg.jpg";
document.getElementById("form1").action="http://onlinefordito.micom.hu/fordito.php";
document.getElementById("form1").method="POST";
document.getElementById("szoveg").name="szoveg";
document.getElementById("szoveg").value="";
data=document.getElementById('nyelvvalaszto').options.length
for(i=0;i<data;i++)
{
document.getElementById('nyelvvalaszto').options[0]=null;
}
document.getElementById("nyelvvalaszto").options[0]=new Option("angol-magyar","English-Magyar");
document.getElementById("nyelvvalaszto").options[1]=new Option("nemet-magyar","German-Magyar");
}
</script>
<form action="http://onlinefordito.micom.hu/szotar.php" method="POST" target="_blank" id="form1" name="forditoform">
<table width=468 height=60 border=1 cellpadding="0" cellspacing="0" style="border: 1px solid #000000;">
<tr><td>
<table width=468 height=21 cellpadding=0 cellspacing=0 border=0>
<tr><td>
<a href="http://onlinefordito.hu/" target="_blank"><img src="http://images.onlinefordito.hu/sajat_fordito/468x60/onlinefordito.jpg" alt="Ingyenes online weboldal és szöveg fordítás angolról, németrol magyar nyelvre." border=0 width="240" height="21" style="display: block;"></a>
<td width="77"></td>
</td><td><img src="http://images.onlinefordito.hu/sajat_fordito/468x60/szotar.jpg" border=0 width="76" height="21" id="szotarid" style="display: block;" onclick="szotar()">
</td><td><img src="http://images.onlinefordito.hu/sajat_fordito/468x60/szoveg2.jpg" border=0 width="75" height="21" id="szovegid" style="display: block;" onclick="szoveg2()">
</td></tr>
</table>
<table width=468 height=39 border=0 cellpadding=0 cellspacing=0 background="http://images.onlinefordito.hu/sajat_fordito/468x60/bottom.jpg">
<tr><td>
<table width=468 height=39 border=0 cellpadding="0" cellspacing="0">
<tr><td>
<p align="left">
<input type="text" name="szoveg" id="szoveg" size=36 style="font-size: 11px; font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif; border: 1px solid #000000; background: #ffffff;">
<select id="nyelvvalaszto" name="nyelvvalaszto" style="font-size: 11px; font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif; border: 1px solid #000000; background: #ffffff;" onchange="selectchange(this.value)">
<option value="English-Magyar">angol-magyar</option>
<option value="Magyar-English">magyar-angol</option>
<option value="German-Magyar">nemet-magyar</option>
<option value="Magyar-German">magyar-nemet</option>
</select>
</p>
</td><td>
<p align="right"><input type="image" src="http://images.onlinefordito.hu/sajat_fordito/468x60/forditas.jpg" name="submit" value="Fordítás"></p>
</td></tr>
</table>
</td></tr>
</table>
</td></tr>
</table>
</form>
<!-- Online fordito sajat fordito form vege -->