Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Assassins clan

<!DOCTYPE html>
<html>
<titel>Assassins cret</titel>
<script>
    function zeigeinfo()
    {
        document.getElementById("infotext ").innerHTML
        ="Ihr kennt doch Fortnite ist sau scheiße oder da Spiele Ich ja viel lieber Assassins cret und Schminke ist auch Heilige schieße.Assassins cret ist viel viel viel viel  beßer als Fortnite stiemt doch oder?Ihr kennt doch Ezio Auditore von denn gibt es 3 Teile also freut euch auf Assassins cret
        
        
    }
</script>
<body>
    <hl>Assassins clan</hl>
    <ing

Omar

<!DOCTYPE html>
<html>
<title>Web Page Design</title>
<script>
</script>
<body>
<div id="infotext"></div>
<img src="https://www.cf-dynamics.de/media/catalog/product/cache/1/image/1875x1250/9df78eab33525d08d6e5fb8d27136e95/v/o/vorsteiner-novara-huracan-8.jpg" width="400"height="250"/>
</body>
<script>document.getElementById("infotext").innerHTML = "Lamborghini";
</script>
</html>
<iframe src="https://youtube.com/embed/LMYomBA-7qc"></iframe>

Bff am Start

<html>
<body>
 <img src="https://www.spruchwelt.com/files/content/sprueche/einhorn/spruchwelt.com-einhorn-sprueche-meine-beste-freundin-und-ich-gehoeren-zusammen-wie-einhorn-und-glitzerstaub.png  "  width="300" height="400"/>  
 <img src=" https://www.bravo.de/assets/styles/image_style_gallery_image/public/field/image/spruch_02.jpg?itok=rgH-2h7e" width="300" height="400"/>
<img src="https://cdn03.plentymarkets.com/cfugbtln6xm7/item/images/124725/full/0103-8350212_1.jpg" width="300" height="400"/>
<img src="https://previews.123rf.com/images/alekseiveprev/alekseiveprev1602/alekseiveprev160200106/53480474-bff-beste-freunde-für-immer-grußkarte-vektor-.jpg"width="300" height="400"></img>
<img src="https://media1.tenor.com/images/bf213a217df533a2f3d31907e1d7e2fd/tenor.gif?itemid=5042893"/width ="300" height="400"
</body>    
</html>

Welpen sind süß

<html> 
<body>
    <img src="https://static.ffh.de/fileadmin/fm-dam/ffh.de/mediathek/galerien/2014/11/hund-boo/boo_suess_instagram.jpg" width="300" height="300"></img>
    <div>I Love dog's</div>
    <ifarme width="300" height="300" src="https://youtu.be/sD9gTAFDq40"></ifarme>
</body>
</html>

Online Javascript Editor

<!DOCTYPE html>
<html>
<title>Web Page Design</title>
<head>
<script>
function sayHello() {
    keys.push({as: 1,
cc: 3,
dn: "PLMN-1",
id: 100050,
lut: 1551611430109,
m: 0,
mc: 5642,
mn: 10,
ms: 1,
pd: "NULL"});
    keys.push({as: 1,
cc: 3,
dn: "PLMN-1/BSC-1",
id: 100051,
lut: 1551611430109,
m: 0,
mc: 5642,
mn: 10,
ms: 1,
pd: "PLMN-1"});
                            keys.forEach((data) => {
                                console.log(JSON.stringify(data));
                                if (data.pd && data.pd !== 'NULL') {
                                    if (containsObject.indexOf(data.pd) === -1) {
                                        console.log(' inside empty');
                                        keys.pop(data);
                                        keys.push(findParnt(data));
                                        // parent[childern] = data;
                                    } else {
                                        console.log(' inside contains');
                                        if(objectList[data.pd].hasOwnProperty('children')) {
                                        objectList[data.pd][children].push(data);}
                                        else {
                                          objectList[data.pd][children]= data;  
                                        }
                                        console.log(keys);
                                    }
                                } else {
                                    if (containsObject.indexOf(data.dn) !== -1) {
                                        keys.pop(data);
                                    } else {
                                        containsObject.push(data.dn);
                                    }
                                }
                            });
   document.write(JSON.stringify(keys));
}

var objectList = {};
    var containsObject = [];
    var keys = [];

    function findParnt(data) {
        const parentDn = data.pd;
        console.log('parent dn ' + parentDn);
        if (objectList.hasOwnProperty(parentDn)) {
            const parent = objectList[parentDn];
            const childList = [];
            childList.push(data);
            parent[children] = childList;
            containsObject.push(parentDn)
            if (parent.pd && parent.pd !== 'NULL') {
                findParnt(parent);
            } else {
                return parent;
            }

        } else {
            return data;
        }

    }
sayHello();
</script>
</head>
<body>
</body>
</html>

reading cookie

<html>
   <head>
   
      <script type = "text/javascript">
         <!--
            function ReadCookie()
            {
               var allcookies = document.cookie;
               document.write ("All Cookies : " + allcookies );
               
               // Get all the cookies pairs in an array
               cookiearray = allcookies.split(';');
               
               // Now take key value pair out of this array
               for(var i=0; i<cookiearray.length; i++) {
                  name = cookiearray[i].split('=')[0];
                  value = cookiearray[i].split('=')[1];
                  document.write ("Key is : " + name + " and Value is : " + value);
               }
            }
         //-->
      </script>
      
   </head>
   <body>
      
      <form name = "myform" action = "">
         <p> click the following button and see the result:</p>
         <input type = "button" value = "Get Cookie" onclick = "ReadCookie()"/>
      </form>
      
   </body>
</html>

Online Javascript Editor

<html>
    <head>
        <title>Matematica basica</title>
    </head>
    <body>
        SUMA: <input type="text" id="n1"> + 
        <input type="text" id="n2"> = 
        <input type="text" id="res">
        <input type="button" value="SUMA" onclick="suma()"><br><br>
        RESTA: <input type="text" id="n1r"> -
        <input type="text" id="n2r"> =
        <input type="text" id="res2">
        <input type="button" value="RESTA" onclick="resta()"><br><br>
        MULTIPLICAR: <input type="text" id="n1m"> x 
        <input type="text" id="n2m"> =
        <input type="text" id="res3">
        <input type="button" value="MULTIPLICAR" onclick="multiplicar()"><br><br>
        DIVICION: <input type="text" id="n1d"> /
        <input type="text" id="n2d"> =
        <input type="text" id="res4">
        <input type="button" value="DIVIDIR" onclick="dividir()">
        
        
        
        
        <script>
            function suma(){
                var num1=Number(document.getElementById('n1').value);
                var num2=Number(document.getElementById('n2').value);
                var res=num1+num2;
                document.getElementById('res').value=res;
            }
            
        </script>
        <script>
            function resta(){
                var num1r=Number(document.getElementById('n1r').value);
                var num2r=Number(document.getElementById('n2r').value);
                var res2=num1r-num2r;
                document.getElementById('res2').value=res2;
            }
        </script>
        <script>
            function multiplicar(){
                var num1m=Number(document.getElementById('n1m').value);
                var num2m=Number(document.getElementById('n2m').value);
                var res3=num1m*num2m;
                document.getElementById('res3').value=res3;
            }
        </script>
        <script>
            function dividir(){
                var num1d=Number(document.getElementById('n1d').value);
                var num2d=Number(document.getElementById('n2d').value);
                var res4=num1d/num2d;
                document.getElementById('res4').value=res4;
            }
        </script>
        
    </body>
</html>

Online Javascript Editor

<!DOCTYPE html>
<html>
<title>Web Page Design</title>
<head>
    <script>
    function mostrarMensaje(){
        alert("Yo andaba seguro de mi camino, vivia tranquilo ajeno al amor, pero cuando te vi por primera vez, tu belleza cambio totalmente mi destino...");
    }
</script>
</head>
<body>
    <form>
        <input type="button" value="LO QUE SIENTO" onclick="mostrarMensaje()"/>
    </form>
   </body>
</html>

2H2 Annette Chua RCG P2

<!DOCTYPE html>
<html>
<title>Web Page Design</title>
<head>
<script>

   var urname = prompt("Enter your name:")
   var urclass = prompt ("Enter your class:")
   var urindex = prompt("Enter your index number:")
   
   var urengmrk = prompt("Enter your English marks:")
   var urmtmrk = prompt("Enter your Mother Tongue marks:")
   var urscimrk = prompt("Enter your Science marks:")
   var urmathmrk = prompt("Enter your Math marks:")
   
   document.write("=== Report Card === <br> ");
   document.write("Name: " + urname "<br>")
   document.write("Class: " + urclass "<br>")
   document.write("Index No.: " + urindex "<br> <br>")
   
   document.write("=== Grades === <br>")
   document.write("English: " + urengmrk + "/100 " + " (A) <br>" )
   document.write("Mother Tongue: " + urmtmrk + "/100 " + " (B) <br>")
   document.write("Science: " + urscimrk + "/100 " + " (C) <br>")
   document.write("Maths: " + urmathmrk + "/100 " + " (D) <br>")
   
</script>
</head>
<body>
</body>
</html>

Proto

<!DOCTYPE html>
<html>
<title> </title>
<head>
<script>
 
</script>
</head>
<body>
<big> Exemple en JavaScript "Prototype" </big>    
    
</body>
</html>

Previous 1 ... 3 4 5 6 7 8 9 ... 264 Next
Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.