summaryrefslogtreecommitdiff
path: root/tex/context/base/java-exa.tex
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2004-06-20 00:00:00 +0200
committerHans Hagen <pragma@wxs.nl>2004-06-20 00:00:00 +0200
commit0bfaf7db3a4495c91871b17e20cebecdff4a5dde (patch)
tree6a8fcba94cba07f786eb5506ef665dc51e9ffbbc /tex/context/base/java-exa.tex
parent51d573f4c0e8d3b8499bff7a3c6fba3dcd71d725 (diff)
downloadcontext-0bfaf7db3a4495c91871b17e20cebecdff4a5dde.tar.gz
stable 2004.06.20
Diffstat (limited to 'tex/context/base/java-exa.tex')
-rw-r--r--tex/context/base/java-exa.tex19
1 files changed, 8 insertions, 11 deletions
diff --git a/tex/context/base/java-exa.tex b/tex/context/base/java-exa.tex
index 47ea96f23..caad5a175 100644
--- a/tex/context/base/java-exa.tex
+++ b/tex/context/base/java-exa.tex
@@ -143,8 +143,7 @@
if (example_file != "") {
url = url + "/" + example_file ;
}
- % we need the bFDF for acrobat 5
- this.submitForm({cURL : url, bFDF : false, cSubmitAs : example_method}) ;
+ this.submitForm({cURL : url, cSubmitAs : example_method}) ;
}
function submit_example_form ( ) {
@@ -187,15 +186,13 @@
function set_request (command,option) {
exa_command = command ;
- if (exa_command == "") {
- exa_option = option ;
- } else { if (option == "") {
+ if (option == "") {
exa_option = "" ;
} else { if (option.indexOf("--")<0) {
exa_option = "--action=" + option ;
} else {
exa_option = option ;
- } } }
+ } }
}
function assemble_request ( ) {
@@ -233,7 +230,7 @@
}
} else { if (exa_multiple) {
for (i=1;i<=100;i++) {
- % console.println("file field "+i) ;
+console.println("file field "+i) ;
f = this.getField("filename-"+ i) ;
% if (f) { if (f.value != "") {
% if (g) { if (g.value == "") {
@@ -248,13 +245,13 @@
fls = fls + "<exa:entry" ;
g = this.getField("dataname-"+ i) ;
if (g) { if (g.value == "") {
- % console.println("a") ;
+console.println("a") ;
fls = fls + ">" ;
} else {
- % console.println("b") ;
+console.println("b") ;
fls = fls + " label='" + g.value + "'>" ;
} } else {
- % console.println("c") ;
+console.println("c") ;
fls = fls + ">" ;
}
fls = fls + f.value + "</exa:entry>" ;
@@ -378,4 +375,4 @@
\stopJSpreamble
-\endinput
+\endinput \ No newline at end of file