Form:Inscription: Difference between revisions
From Cives
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 52: | Line 52: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
document.querySelector("#slikce").addEventListener("click", (e) => { | |||
if (e.target.closest("#slikce img")) { | |||
e.target.closest("#slikce").removeChild(e.target); | |||
} | |||
}); | |||
document.getElementById( "letterA" ).onclick = function() { | document.getElementById( "letterA" ).onclick = function() { | ||
var slika = document.createElement("img"); | var slika = document.createElement("img"); | ||
| Line 78: | Line 84: | ||
}; | }; | ||
</script> | </script> | ||
</html> | </html> | ||
Revision as of 16:18, 3 April 2024
This is the "Inscription" form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page.