Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: del meiles kalkuliatoriaus!!!!!

Parašė arturas97· 2008 Rugs. 14 23:09:07
#1

<script LANGUAGE="JavaScript">



function calc() {
first = document.loveform.vardas1.value.toUpperCase();
firstlength = document.loveform.vardas1.value.length;
second = document.loveform.vardas2.value.toUpperCase();
secondlength = document.loveform.vardas2.value.length;
var LoveCount=0;

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



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

if (raide1=='S') LoveCount+=2;
if (raide1=='E') LoveCount+=2;
if (raide1=='T') LoveCount+=2;
if (raide1=='A') LoveCount+=2;
if (raide1=='U') LoveCount+=3;
if (raide1=='L') LoveCount+=1;
if (raide1=='O') LoveCount+=3;
}


for (Count=0; Count < secondlength; Count++) {
raide2=second.substring(Count,Count+1);
if (raide2=='S') LoveCount+=2;
if (raide2=='E') LoveCount+=2;
if (raide2=='T') LoveCount+=2;
if (raide2=='A') LoveCount+=2;
if (raide2=='U') LoveCount+=3;
if (raide2=='L') LoveCount+=1;
if (raide2=='O') LoveCount+=3;
}

amount=0;

if (LoveCount> 0) amount=  5-((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>
<FORM name="loveform">

  <P><INPUT value="vardas1" name="vardas1" type="text" size="20">  + <INPUT

  value="Vardas2" name="vardas2" type="text" size="20">  = <INPUT value name="output" type="text" size="6"> <BR>

  <BR>

  <INPUT value="Skaičiuot" name="skaiciuok" type="button" value="skaiciuok"

  onclick="calc()"> </P>



</FORM>

  </CENTER></DIV>






Galit sugeneruoti koda kad rodytu php fusione?reikia ten kazkokius zenkliukus iterpti kazkur atrodo

Redagavo bad_user· 2008 Rugs. 15 00:09:14

Parašė Qrmiz· 2008 Rugs. 15 00:09:40
#2

Išjunk smile'us visų pirma :)
jeigu šį kodą dėsi į pridėtinius puslapius, viskas puikiai veiks ;)

Parašė arturas97· 2008 Rugs. 15 13:09:40
#3

neveikia :|

Parašė Gugiss· 2008 Rugs. 15 13:09:14
#4

Vistiek taves niekas nemyli

Parašė Giedrunskis· 2008 Rugs. 15 13:09:39
#5

Veikia jisai pridetiniuose jeigu ka ;)

Parašė Gugiss· 2008 Rugs. 15 13:09:59
#6

reikia juk tarp ?> <? yterpt berots...

Parašė MAnjack· 2008 Rugs. 15 14:09:12
#7

Gugiss parašė:
reikia juk tarp ?> <? yterpt berots...


Panelėse taip, bet tik ne CP

Parašė arturas97· 2008 Rugs. 15 14:09:16
#8

man reikia deti i naujienas(titulinis),bet niekaip nesigauna

Redagavo arturas97· 2008 Rugs. 15 16:09:56