Form:Inscription: Difference between revisions

From Cives
Jump to navigationJump to search
No edit summary
No edit summary
Line 45: Line 45:
</table>
</table>
<div id="field">
<div id="field">
</div>
<div id="test"> TESTIRANMO </div>
<input type="hidden" id="html_input" name="html_input">
<input type="hidden" id="html_input" name="html_input">
</div>
<script type="text/javascript">
<script type="text/javascript">
document.getElementById( "letterA" ).onclick = function() {
document.getElementById( "letterA" ).onclick = function() {
Line 59: Line 63:
};
};


var divContent = document.getElementById('field').innerHTML;
var divContent = document.getElementById('test').innerHTML;
document.getElementById('html_input').value = divContent;
document.getElementById('html_input').value = divContent;



Revision as of 13:38, 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.