Benutzer:Ensik

Aus Gronkh-Wiki
Wechseln zu: Navigation, Suche

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!