Java Script Form Element <html> <head> <SCRIPT LANGUAGE="Javascript"> function check() { naam=document.f1.t1.value age=document.f1.t2.value pw1=document.f1.p1.value pw2=document.f1.p2.value if(document.f1.t1.value==" ") { document.write("please enter your name&q…
Read moreVlookup array - Excel Tutorial 2025 Is image mein VLOOKUP function ko use karke ek row ke multiple values ko retrieve karne ki koshish ki gayi hai. Chaliye step-by-step samajhte hain: 📊 Source Table (Left Side) Columns: Emp. Id (B3:B25): Unique employee IDs (e.g., a001, a002, etc.) Emp. Name (C3:C25): Employee names. Jan. Salar…
Read moreTop 15 Tutorial on VLookup 1. Vlookup Is image mein Excel ka VLOOKUP formula use kiya gaya hai. Chaliye step-by-step samajhte hain: 📊 Left Table (Source Data) Explanation: Emp. Id (Column B): Employee ID (e.g., a001, a002, etc.) Emp. Name (Column C): Employee names. Jan. Salary (Column D): January salary figures. Zone (Column…
Read moreJava 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 moreeasylikeabcd@gmail.com
Kindly Follow Us & Stay Update