version 1.6, 2000/07/04 16:25:22
|
version 1.7, 2000/07/08 11:23:36
|
Line 1153 function draw () {
|
Line 1153 function draw () {
|
parent.mapout.document.writeln( |
parent.mapout.document.writeln( |
'<table cellpadding=0 cellspacing=0 border=0 rows=' |
'<table cellpadding=0 cellspacing=0 border=0 rows=' |
+disrows+' cols='+discols+'>'); |
+disrows+' cols='+discols+'>'); |
for (kr=0;kr<=maxrow;kr++) { |
for (kr=0;kr<=maxrow;kr++) { |
message("Generating Output Row "+kr); |
message("Generating Output Row "+kr); |
drawrow(rrow[kr]); |
drawrow(rrow[kr]); |
} |
} |
Line 2225 function revert() {
|
Line 2225 function revert() {
|
|
|
function storechange() { |
function storechange() { |
parent.server.document.forms.storage.submit(); |
parent.server.document.forms.storage.submit(); |
|
load(); |
|
draw(); |
stored=1; |
stored=1; |
} |
} |
|
|