Form:Inscription: Difference between revisions
From Cives
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 77: | Line 77: | ||
document.getElementById('input_16').value = divContent ; | document.getElementById('input_16').value = divContent ; | ||
}; | }; | ||
document.addEventListener('DOMContentLoaded', function() { | |||
var images = document.getElementById('slikce').getElementsByTagName('img'); | |||
for (var i = 0; i < images.length; i++) { | |||
images[i].addEventListener('click', function() { | |||
this.parentNode.removeChild(this); | |||
}); | |||
} | |||
}); | |||
Revision as of 15:55, 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.