Benutzer:Ensik: Unterschied zwischen den Versionen

Aus Gronkh-Wiki
Wechseln zu: Navigation, Suche
Zeile 4: Zeile 4:
 
     function load()
 
     function load()
 
     {
 
     {
 
+
<link href="css/customAlerts.css" rel="stylesheet">
 +
<script src="js/customAlerts.js"></script>
 
var startgame = false;
 
var startgame = false;
 
confirm();
 
confirm();

Version vom 3. November 2018, 12:14 Uhr

var startgame = false; confirm(); confirm( 'I'm a confirm box', function(data){ { return : true title : 'Comfirm Title', yes : 'Okey', no : 'No!' } ) confirm("test"); if(startgame){ document.write("

Greetings

"); var test = prompt("Enter Your Name: ", "Name"); alert(test); } }

Hello World!