First Draft
First Draft of the Example Files
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<script>
|
||||
function displayItems()
|
||||
{
|
||||
for (j = 0 ; j < displayItems.arguments.length ; ++j)
|
||||
document.write(displayItems.arguments[j] + "<br>")
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user