Files
lpmj6/16/02.html
T
RobinNixon 53063593e3 Final
Final
2020-12-10 13:51:13 +00:00

7 lines
167 B
HTML

<script>
function displayItems()
{
for (j = 0 ; j < displayItems.arguments.length ; ++j)
document.write(displayItems.arguments[j] + "<br>")
}
</script>