Show sourcecode
The following files exists in this folder. Click to view.
webbserverprogrammering/ovningar/inkludera/
include1.php
include1_callback.txt
include2_end.html
include2_start.html
include2a.php
include2b.php
include2c.php
include3_numGen.html
include3a.php
include3b.php
include3c.php
include3_numGen.html
5 lines ASCII Windows (CRLF)
<div id="output" style="display: flex; justify-content: center; align-items: center;"></div>
<script>
let output = Math.floor(Math.random() * 900000) + 100000;
document.getElementById("output").innerHTML = output;
</script>