Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

PASSWORD REDIRECT

<div class="wrapper">
    <form class="form1" action="http://google.com">
        <div class="formtitle">
            Enter the password to proceed
        </div>

        <div class="input nobottomborder">
            <div class="inputtext">
                Password:
            </div>

            <div class="inputcontent">
                <input type="password" id="password" /><br />
            </div>
        </div>

        <div class="buttons">
            <input class="orangebutton" type="submit" value="Login" onclick="if (document.getElementById('password').value == 'hello') alert('Correct Password!'); else alert('Wrong Password!');" />
        </div>
    </form>
</div>
Comment

PREVIOUS NEXT
Code Example
Javascript :: Calculate Grains on a given square on a chessboard js 
Javascript :: Play Gif or Video On hover Jquery 
Javascript :: useLinkClickHandler 
Javascript :: kube allow pod deployment on master node 
Javascript :: how to replace multiple characters in url in jqury 
Javascript :: javascript array negative index 
Javascript :: Implicit Return Shorthand in javascript 
Javascript :: convert datetime to milliseconds in javascript 
Javascript :: Including soft deleted records 
Javascript :: paramters and arguments 
Javascript :: using fetch hook 
Javascript :: check if device is in dark mode js 
Javascript :: how to get node modules 
Javascript :: parentsuntil without jquery 
Javascript :: react native asyncstorage mergeItem example 
Javascript :: discord.js permission bitfield 
Javascript :: simple method 
Javascript :: fiffo in javascript 
Javascript :: how to get the total price of all product in cart using react 
Javascript :: code of copy button in js 
Javascript :: acced to unknown obkect key js 
Javascript :: on change jquery kendo switch 
Javascript :: Square Space | jquery 
Javascript :: react native update performance useReducer 
Javascript :: Example to adds two colour palettes to the sidebar in wordpress 
Javascript :: where is the waypoint json file lunar client mac 
Javascript :: find a node that match a spesific selector string in the paren 
Javascript :: javascript dropdown options auto-updating 
Javascript :: set state giving previously update data 
Javascript :: return inner range recursive 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =