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

Display results as :
 


Rechercher Advanced Search

Latest topics
» Helooouuu :D
Test ljubavi EmptySun May 20, 2012 12:59 pm by KikE♥

» Pozdrav svima!
Test ljubavi EmptyThu Jul 08, 2010 12:01 pm by Anja'99

» Netko je doletjeo!O.o
Test ljubavi EmptySun May 30, 2010 12:34 pm by Djigi_Bau

» -- Leksikon --
Test ljubavi EmptyFri May 28, 2010 3:21 pm by .Butterfly.

» hello \m/
Test ljubavi EmptyWed May 05, 2010 11:48 pm by A<D>A

» Brojimo do 1000
Test ljubavi EmptySat May 01, 2010 10:02 pm by {∂ιѕηєу^gιяℓѕ^ѕєявια}*

» Ocenite avatar osobe iznad
Test ljubavi EmptySat May 01, 2010 10:02 pm by {∂ιѕηєу^gιяℓѕ^ѕєявια}*

» Hot or not...
Test ljubavi EmptySat May 01, 2010 10:01 pm by {∂ιѕηєу^gιяℓѕ^ѕєявια}*

» Azbuka imena
Test ljubavi EmptySat May 01, 2010 10:01 pm by {∂ιѕηєу^gιяℓѕ^ѕєявια}*

Forum
Dobrodosli novi clanovi.Nadamo se da cete se lijepo provesti na forumu.Forum team
Elite Partners
Test ljubavi Rcw-Lady-b Test ljubavi Yqv-Skin-a

You are not connected. Please login or register

Test ljubavi

Go down  Message [Page 1 of 1]

1Test ljubavi Empty Test ljubavi Mon Mar 29, 2010 7:56 am

Djigi_Bau

Djigi_Bau
Administrator

Ovo je skripta koja omugućava rest ljubavi, upišete svoje ime i ime partnera, i izračunava ljubav u procentima...

Code:
<script LANGUAGE="Javascript">

/*

http://html.in.rs/

*/

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=='A') LoveCount+=2;
if (letter1=='E') LoveCount+=2;
if (letter1=='O') LoveCount+=2;
if (letter1=='I') LoveCount+=2;
if (letter1=='O') LoveCount+=3;
if (letter1=='U') LoveCount+=1;
if (letter1=='Z') LoveCount+=3;
}


for (Count=0; Count < secondlength; Count++) {
letter2=second.substring(Count,Count+1);
if (letter2=='A') LoveCount+=2;
if (letter2=='E') LoveCount+=2;
if (letter2=='O') LoveCount+=2;
if (letter2=='I') LoveCount+=2;
if (letter2=='O') LoveCount+=3;
if (letter2=='U') LoveCount+=1;
if (letter2=='Z') 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><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>Test ljubavi</p>


Da bi saznali dali ste baš vas dvoje ljubavni par kakav se može naći samo u bajkama, upišite vaše ime i ime vašeg partnera u formular i pritisnite "Izračunaj".

<FORM name="loveform">

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

  value="Dragana" name="name2" type="text" size="20">  = <INPUT value name="output" type="text" size="6"> <BR>

  <BR>

  <INPUT value="Izračunaj!" name="calculate" type="button" value="calculate"

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



</FORM>

  </CENTER></DIV>

<p align="center"><font face="arial" size="-2"></font><br>
<font face="arial, helvetica" size="-2"><a href="http://www.html.in.rs/">Baza Skriptova</a></font></p>

https://creative.forumotion.co.uk

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum