Wednesday 13 July 2011

Love me

Hi guys,sorry for the late post.Actually i was busy in building my new site that will available to you soon.
Lets come to the topic.Previously i have shared JavaScript codes that can be executed in the address bar 
But today i am going to share you the codes that should be executed when the file contents are uploaded on server.
Only then you can enjoy.This means i am going to off topic.No,not at all.This requires javascript.So this is also JavaScript effect only difference is its not browser oriented.
Don't worry i will provide you demo effect that you can enjoy and share.
Give your lover the link of this effect, then ask her to answer the question "Do you love me?" and he/she can't repudiate, lol...



Source:



<head>
<title>You must love me</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<script type="text/javascript">
flag=1
function f1()
{
alert("Yes. you are right ")
}
function f()
{
if(flag==1)
{
Bn.style.top=90
Bn.style.left=500
flag=2
}
else if(flag==2)
{
Bn.style.top=90
Bn.style.left=50
flag=3
}
else if(flag==3)
{
Bn.style.top=235
Bn.style.left=360
flag=1
}
}
</script>
</head>
<body>
<h1 style="position:absolute; left:220px; top:175px; width:auto; height:210px;">Do you love me?</h1>
<div id="By" style="position:absolute; left:285px; top:235px; width:210px; 
height:210px;">
<input type="button" value=" YES " onclick="f1undefined)" />
</div>
<div ID="Bn" style="position:absolute; left:360px; top:235px; width:210px; height:210px;">
<input type="button" value=" NO " onmouseover="fundefined)" />
</div>
</BODY>
</html>








Share the link :  http://adf.ly/25ebq


1 comment:

Please do not spam

Related Posts Plugin for WordPress, Blogger...