Java Script for password match <html> <head> <script language=Javascript> function check() { pw1=document.f1.p1.value pw2=document.f1.p2.value if(document.f1.p1.value=="") { document.write("Plese enter your password") } else if(document.f1.p2.value=="") { …
Read moreJava script font element for password <html> <head> <script language=Javascript> function check() { pw1=document.f1.p1.value pw2=document.f1.p2.value if(document.f1.p1.value=="") { document.write("Plese enter your password") } else if(document.f1.p2.value=="") …
Read morePART OF JAVASCRIPT FORM ELEMENT <html> <head> <script language=Javascript> function check() { naam=document.frm1.t1.value age=document.frm1.t2.value if(document.frm1.t1.value=="") { document.write("<body bgcolor=blue> please enter your name") } else if(document.frm1.…
Read morePART OF JAVASCRIPT FORM ELEMENT 1.1 <html> <head> <script language=Javascript> function check() { naam=document.frm1.t1.value if(document.frm1.t1.value=="") { document.write("<body bgcolor=pink>please enter your name") } else { document.write("<body bgc…
Read moreJava Script Note - First information form 5.11 <html> <head> <title>first information form</title> <script language="JavaScript"> function show() { message1=document.diksha.firstname.value; message2=document.diksha.lastname.value; message3=document.diksha.address.value; message4=docum…
Read moreJava Script note - validatename 5.10 <html><head> <title>Event headling</title> <script language="JavaScript"> function validatename(form) { l=parseInt(form.N.value.length); if(l==0) { alert("Please fill you name"); } else { alert("Thanks for submit the form&qu…
Read moreJavaScript Note -Program 5.5 - Timeout Processing Program <html> <head> <title>Timeout processing progarm</title> <script language="JavaScript"> function timer() { timevar=setTimeout("alert('your time is over')",5000) } function clearTime() { clearTimeout(timevar) ale…
Read moreeasylikeabcd@gmail.com
Kindly Follow Us & Stay Update