-->







SimdikiNesil-Yeni Nesil Adres...

sorucevapkodu

Soru cevap Oluşturma Kodu
<div style="text-align: left;"><script type="text/javascript">
/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Ricom Productions | http://ricom.co.uk */
function selectForm(frm){
// Select the div containing all the hidden forms
var hiddenForms = document.getElementById("allForms");

// Select every form within the above div and assign it to an array
theForm = hiddenForms.getElementsByTagName("form");

// Set the display for each of the above forms to NONE
for(x=0; x<theForm.length; x++){
theForm[x].style.display = "none";
}

// If the form selected from the list exists, set it's display to BLOCK
if (theForm[frm-1]){
theForm[frm-1].style.display = "block";
}
}
</script>  <style type="text/css">
#form1 {
color: #000;
background:#EFE3C2;
width:200px;
padding: 10px;
display:none;
}

#form2 {
color: #000;
background:#D9EFC2;
width:200px;
padding: 10px;
display:none;
}

#form3 {
color: #000;
background:#C2E7EF;
width:200px;
padding: 10px;
display:none;
}
</style>
<form name="selector">
    <select id="someID" name="someID" onChange="selectForm(this.options[this.selectedIndex].value)">
    <option> Bir Soru Se&ccedil; </option>
    <option value="1"> SimdikiNesil 1 (Soru 1)</option>
    <option value="2"> SimdikiNesil 2 (Soru 2)</option>
    <option value="3"> SimdikiNesil 3 (Soru 3)</option>
    </select>
</form>
</div>
<div id="allForms">
<form id="form1">
    Cevabınız Buraya ( SimdikiNesil.tr.gg)
</form>
<form id="form2">
    Cevabınız Buraya 2 ( SimdikiNesil.tr.gg)
</form>
<form id="form3">
    Cevabınız Buraya 3 ( SimdikiNesil.tr.gg)
</form>
</div>

 



Bu web sitesi ücretsiz olarak Bedava-Sitem.com ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz?
Ücretsiz kaydol