+
+
+
+
+
+
+
+
+ diff --git a/index2.html b/index2.html index c1c6454..8d6e883 100644 --- a/index2.html +++ b/index2.html @@ -361,7 +361,7 @@ function showAllTokens(data){ - console.log(data); + //console.log(data); var rows = data; @@ -380,7 +380,7 @@ } html += ''; - console.log(html); + //console.log(html); document.getElementById("token_data_display").innerHTML = html; } @@ -420,7 +420,7 @@ var rows = data; - var html = '
| ' + rows[i][j] + ' | '; } - html += '||
| Next Record |
And include some text as well
+ \ No newline at end of file diff --git a/index2_5.html b/index2_5.html new file mode 100644 index 0000000..1a91046 --- /dev/null +++ b/index2_5.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + +