Начало Новини Маркет Проекти Форум ИТ Работа Уроци Скриптове WiFi точки Още Вход


Любовен тест

От Icicle / 01.04.2005 22:36
Размер на шрифта: A | A | A

Това е една много интересна игра, с която проверявате своята любов към ближният си. Естествено това не е наистина.

CODE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<script LANGUAGE="JavaScript">
function calc() {
first = document.loveform.name1.value.toUpperCase();
firstlength = document.loveform.name1.value.length;
second = document.loveform.name2.value.toUpperCase();
secondlength = document.loveform.name2.value.length;
var LoveCount=0;

for (Count=0; Count < firstlength; Count++) {

letter1=first.substring(Count,Count+1);

if (letter1=='L') LoveCount+=2;
if (letter1=='O') LoveCount+=2;
if (letter1=='V') LoveCount+=2;
if (letter1=='E') LoveCount+=2;
if (letter1=='Y') LoveCount+=3;
if (letter1=='O') LoveCount+=1;
if (letter1=='U') LoveCount+=3;
}


for (Count=0; Count < secondlength; Count++) {
letter2=second.substring(Count,Count+1);
if (letter2=='L') LoveCount+=2;
if (letter2=='O') LoveCount+=2;
if (letter2=='V') LoveCount+=2;
if (letter2=='E') LoveCount+=2;
if (letter2=='Y') LoveCount+=3;
if (letter2=='O') LoveCount+=1;
if (letter2=='U') LoveCount+=3;
}

amount=0;

if (LoveCount> 0) amount5-((firstlength+secondlength)/2)
if (LoveCount> 2) amount= 10-((firstlength+secondlength)/2)
if (LoveCount> 4) amount= 20-((firstlength+secondlength)/2)
if (LoveCount> 6) amount= 30-((firstlength+secondlength)/2)
if (LoveCount> 8) amount= 40-((firstlength+secondlength)/2)

if (LoveCount>10) amount= 50-((firstlength+secondlength)/2)

if (LoveCount>12) amount= 60-((firstlength+secondlength)/2)
if (LoveCount>14) amount= 70-((firstlength+secondlength)/2)
if (LoveCount>16) amount= 80-((firstlength+secondlength)/2)
if (LoveCount>18) amount= 90-((firstlength+secondlength)/2)
if (LoveCount>20) amount=100-((firstlength+secondlength)/2)
if (LoveCount>22) amount=110-((firstlength+secondlength)/2)
if (firstlength==0 || secondlength==0) amount= "Err";
if (amount < 0) amount= 0;
if (amount >99) amount=99;

document.loveform.output.value=amount+"%";
}
</
script>

<
center><table width=600 cellpadding=1 cellspacing=0 border=0><tr>
<
td align=center valign=top>
</
TD>
</
TR></TABLE>
</
CENTER>

<
DIV align="center"><CENTER>
<
P><STRONG>The love Test</p>
Test the love between two people by entering their names below and then calculate their compatibility.
<
FORM name="loveform">
  <
P><INPUT value="Dear Daniel" name="name1" type="text" size="20">  + <INPUT  value="Hello Kitty" name="name2" type="text" size="20">  = <INPUT value nam e="output" type="text" size="6"> <BR>
<
BR>
  <
INPUT value="Пресметни !" name="calculate" type="button" value="calculate"   onclick="calc()"> </P>
</
FORM>
</
CENTER></DIV>
Kit</a></font></p>

Дано ви е от полза !

Статистика
Погледнат: пъти
Гласове: 2
Оценка:
Действие
 



myTech.bg © 2004 - 2011 | Контакти | За реклама