Our Blogg App Released !

     OUR NEW SIMPLE BLOG READING APP RELEASED DOWNLOAD FAST 💣


DOWNLOAD BY GIVEN BUTTON ⇊

 Download Application software Button Icon - Download Now Button Black PNG  png download - 940*314 - Free Transparent Download png Download. - Clip Art  Library

YOU CAN EASILY ACCESS MY BLOG AND MANY OTHER FEATURES  WITH THE HELP OF GIVEN APP. NO NEED TO OPEN BROWSER,PC, ETC.

 

I will Improve Our App Interface Update By Update So Do not Worry About It.....


DO DOWNLOAD FAST BY CLICKING THE DOWNLOAD IMAGE OR CLICK ME TO DOWNLOAD.

So hope you all downloaded because you need the information and problem solutions and also other detail.

todays life Quote "Fry The Ginger , Try To Manage Your Anger"  
- PRIYANSHU PANDEY
 










FREE CODE

<!DOCTYPE html>
<html lang="en">
<head>                                                          
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Code Fed</title>


    <link rel="stylesheet" href="styling.css">

</head>
<body>
    <h1 style="align:left;">APPLICATION FORM FOR FRESH ADMISSION YEAR 2022 </h1>

<div class="signup-box">


<form action="submitted.html" name="suForm" id="supform">
    <input type="text" placeholder="Full name" id="name" onclick="resetBtn()" maxlength="30">
    <input type="number" placeholder="class" id="email" onclick="resetBtn()" maxlength="2">
    <input type="number" placeholder="Percentage Got" id="pass" onclick="resetBtn()" maxlength="2">
    
    <input type="checkbox" name="check1" id="check" onclick="resetBtn()">
    <label for="check" class="label">I am in 11.</label>
    <input type="checkbox" name="check1" id="check" onclick="resetBtn()">
    <label for="check" class="label">I am in 12.</label>

    <input type="submit" id="submit-btn" value="Submit" onmouseover="mouseOver()">
</form>
</div>






<script>

    var a = 0;

    function mouseOver(){
        
        const name = document.forms['suForm']['name'].value;
        const email = document.forms['suForm']['email'].value;
        const pass = document.forms['suForm']['pass'].value;
        const tick = document.querySelector('#check');

        const emailCheck = /^\w+([\.-]?\w+)@\w+([\.-]?\w+)(\.\w{2,3})+$/;



        if((name == "" || !email.match(emailCheck) || pass == "" || tick.checked == false) && a==0){
        buttonMoveLeft();
        a = 1;
        return false;
        }

        if((name == "" || !email.match(emailCheck) || pass == "" || tick.checked == false) && a==1){
        buttonMoveRight();
        a = 2;
        return false;
        }

        if((name == "" || !email.match(emailCheck) || pass == "" || tick.checked == false) && a==2){
        buttonMoveLeft();
        a = 1;
        return false;
        }

        else{

            // document.getElementById('submit-btn').click();  
            document.getElementById('submit-btn').style.cursor = 'pointer';
            return false;
        };

    };


    

    function buttonMoveLeft(){

        const button = document.getElementById('submit-btn');
        button.style.transform = 'translateX(160%)';

    };


    function buttonMoveRight(){

        const button = document.getElementById('submit-btn');
        button.style.transform = 'translateX(0%)';

    };


    function resetBtn(){
        const button = document.getElementById('submit-btn');
        button.style.transform = 'translateX(0%)';
    };


</script>




</body>
</html>



sop4 save as demo.html
 <!DOCTYPE html>
<html>
<head>
<title>sop4B</title>
</head>
<body>
<h1>This is demo page</h1>
<a href="sop4b.html">First page</a>
</body>
</html>


save as sop4b.html
 <!DOCTYPE html>
<html>
<head>
<title>sop4B</title>
</head>
<body>
<b>STD - XI</b><br><br>
<b><i>Stream - Science</i></b><br><br>
<u>Div - A</u><br><br>
<a href="demo.html">Demo.html</a>
</body>
</html>
 
java cs

Post a Comment (0)
Previous Post Next Post