Would you like to react to this message? Create an account in a few clicks or log in to continue.

Soru cevap oluşturmak için örnek bir uygulama

Aşağa gitmek

Soru cevap oluşturmak için örnek bir uygulama Empty Soru cevap oluşturmak için örnek bir uygulama

Mesaj tarafından Admin Çarş. Eyl. 02, 2009 7:35 pm

Kod:
<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>
#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> Select a Question </option>
<option value="1"> Question 1</option>
<option value="2"> Question 2</option>
<option value="3"> Question 3</option>
</select>
</form>

<div id="allForms">
<form id="form1">
This is Question 1. Ma quande lingues coalesce, li grammatica del resultant lingue es plu simplic e regulari quam ti del coalescent lingues.
</form>
<form id="form2">
This is Question 2. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat.
</form>
<form id="form3">
This is Question 3. Epsum factorial non deposit quid pro quo hic escorol. Olypian quarrels et gorilla congolium sic ad nauseum. Souvlaki ignitus carborundum.
</form>
</div>
Admin
Admin
Yönetici
Yönetici

Mesaj Sayısı : 2831
Kayıt tarihi : 25/06/09
Nerden : İstanbul
Yaş : 33
Cinsiyet : Erkek

https://duygusuzifade.yetkin-forum.com

Sayfa başına dön Aşağa gitmek

Sayfa başına dön

- Similar topics

 
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz