• Web sitemizin içeriğine ve tüm hizmetlerimize erişim sağlamak için Web sitemize kayıt olmalı ya da giriş yapmalısınız. Web sitemize üye olmak tamamen ücretsizdir.
  • Sohbetokey.com ile canlı okey oynamaya ne dersin? Hem sohbet et, hem mobil okey oyna!
  • Soru mu? Sorun mu? ''Bir Sorum Var?'' sistemimiz aktiftir. Paylaşın beraber çözüm üretelim.

Yunanca-Türkçe-İngilizce sözlük (tr)

Üyelik Tarihi
7 Ocak 2015
Konular
4,091
Mesajlar
4,274
MFC Puanı
40
Kod:
<script language="javascript">
/*
Auto center window script- Eric King (http://redrival.com/eak/index.shtml)
Permission granted to Dynamic Drive to feature script in archive
For full source, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com
*/

var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(mypage,myname,settings)
}

</script>

********** 
n=0; 
function cevir(n) { 
********.ceviri.turkce.value = ********.ceviri.tr.options[n].text; 
********.ceviri.yunanca.value = ********.ceviri.yu.options[n].text;
********.ceviri.fransizca.value = ********.ceviri.fr.options[n].text; 
********.ceviri.ingilizce.value = ********.ceviri.ing.options[n].text; 
} 
</script> 
</head> 

<p class="baslik">Türkçe - Yunanca - Fransızca - İngilizce sözlük 
<br> © Ender Üstüngel </p> 

<form name="ceviri"> 
<div class="ortala"> 
<table width="90%">
<tr> 

<td width="250"><p> 
<select name="tr" size="1" onChange="cevir(this.selectedIndex); ">
<option>Merhaba </option> 
<option>Evet </option> 
<option>yeni sözcükleri buraya ekleyin </option> 
</select> 
</td> 
<td width="200"><p>
<textarea cols="40" name="turkce">Merhaba</textarea> 
</td></tr> 

<tr> 
<td width="250"><p>
<select name="yu" size="1" onChange="cevir(this.selectedIndex); "> 

<option>Kalimera >/option> 
<option>Oki </option>
<option>yeni sözcükleri buraya ekleyin </option> 
</select> 
</td> 
<td width="200"><p> 
<textarea cols="40" name="yunanca">Kalimera</textarea> 
</td></tr> 

<tr> 
<td width="250"><p> 
<select name="fr" onChange="cevir(this.selectedIndex);" size="1"> 
<option>Bonjour </option> 
<option>Oui </option> 

<option>yeni sözcükleri buraya ekleyin </option> 
</select> 
</td> 
<td width="200"><p> 
<textarea cols="40" name="fransizca">Bonjour</textarea> 
</td></tr> 

<tr>
<td width="250"><p> 
<select name="ing" onChange="cevir(this.selectedIndex); " size="1"> 
<option>Hello / Hi </option> 
<option>Yes </option> 
<option>yeni sözcükleri buraya ekleyin </option> 

</select> 
</td> 
<td width="200"><p> 
<textarea cols="40" name="ingilizce">Hello / Hi</textarea> 
</td></tr> 
</table> 
</div> 
</form>
 
Üst