Thursday, March 27, 2014

Beutifull Contact Us Form for Website with code

#contact_form{ width:310px; } .close{ background:url('//4.bp.blogspot.com/-aecVYRMCGns/UzQTV_XTcOI/AAAAAAAAAS0/oRrKEZxAE1M/s320/cross.png') NO-REPEAT; position:relative; z-index:100; top:7px; left:95%; width:310px; height:20PX; } .table{ width:300px; background:orange; padding:10px; border-radius:3px;...

Friday, March 21, 2014

Thursday, March 6, 2014

Cheapest Web Designing Services In INDIA

body{ background:white; } #pricing{ /*background:#465662;*/ padding:5px; width:650px; height:750px; } #pricing div h2{ color:#fff; padding-top:10px; border:1px solid #Ff0049; height:60px; margin-bottom:-15px; font-family:"Times New Roman", Times, serif; background:#F94849; text-align:center; } #pricing div{ float:left; width:100px; } #pricing div li{ background: #465662; border:1px solid #35424C;...

Saturday, March 1, 2014

How TO display Student Result Using Javascript

function mks() { var name1=document.form.name.value; var roll1=document.form.roll.value; var sc1=document.form.sc.value; var math1=document.form.math.value; var eng1=document.form.eng.value; var marks=eval(parseInt(sc1)+parseInt(math1)+parseInt(eng1)); var per=eval((marks*100)/300); /*document.getElementById('result').innerHTML="Name"+name1+"Roll"+roll1+"Science"+sc1+"Math"+math1+"English"+eng1+'Marks...