Horje
conditions option in html Code Example
conditions option in html
<form action="" onsubmit="myFunction()">
    <label for="fname">First name:</label><br>
    <input type="text" id="fname" name="fname" value=""><br>
    <label for="lname">Last name:</label><br>
    <input type="text" id="lname" name="lname" value=""><br><br>
    <input type="submit" value="Submit">
</form> 
<script type="text/javascript">
   function myFunction(){
     var fname = document.getElementById("fname").value;
     if(fname == '<>')
        alert("Condition met")
   }
</script>




Html

Related
Remove address underlining formatting from gmail Code Example Remove address underlining formatting from gmail Code Example
how to make a tag in html Code Example how to make a tag in html Code Example
convert markdown to styled html Code Example convert markdown to styled html Code Example
multi item slider html css Code Example multi item slider html css Code Example
html table serial number Code Example html table serial number Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7