maaike's code samples
This commit is contained in:
Executable
+23
@@ -0,0 +1,23 @@
|
||||
<!-- <html>
|
||||
<body>
|
||||
<div id="one" onclick="alert('Auch! Stop it!')">Don't click here!</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
<html>
|
||||
<body>
|
||||
<script>
|
||||
function stop(){
|
||||
alert("Auch! Stop it!");
|
||||
}
|
||||
</script>
|
||||
<div id="one" onclick="stop()">Don't click here!</div>
|
||||
</body>
|
||||
</html> -->
|
||||
|
||||
<html>
|
||||
<body>
|
||||
<div id="one">Don't click here!</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user