im making a fake linux terminal. i need to make the terminal start up and that requires a delay in text display somthing like
PCI:Using IRQ router PIXX [8086/7710] at 00:07.0
.5 seconds later
PCI: Found IRQ 10 for device 00:11.0
and so on. is there a tag for that?
i am having trouble implementing it,
<script type="text/javascript">
sleep(5000);
document.write("text1");
</script>
like that?
PCI:Using IRQ router PIXX [8086/7710] at 00:07.0
.5 seconds later
PCI: Found IRQ 10 for device 00:11.0
and so on. is there a tag for that?
i am having trouble implementing it,
<script type="text/javascript">
sleep(5000);
document.write("text1");
</script>
like that?