One other option. If the files don't change much in a
day. Build the drop down boxes over night in a batch
program. Store the JavaScript in a stream file.
You can then put the drop down menu in your HTML file
with the following HTML tags.
<SCRIPT TYPE="text/javascript" SRC="SomeDropMenuYouCreateAtNight.js"></SCRIPT>
Thanx, PLA
-----Original Message-----
From: owner-java400-l@midrange.com
[mailto:owner-java400-l@midrange.com]On Behalf Of marv.edmondson@mho.com
Sent: Tuesday, August 07, 2001 12:23 PM
To: JAVA400-L@midrange.com
Subject: Another try on JavaScript
Can you build a select list (drop down box) dynamically from a physical file
on the AS400 using JavaScript?
Does anyone have an easier solution? I do not want to hardcode a country
drop
down select
list.
---------------------------------------------
This message was sent using MHO WebMail.
http://www.mho.net
+---
| This is the JAVA/400 Mailing List!
| To submit a new message, send your mail to JAVA400-L@midrange.com.
| To subscribe to this list send email to JAVA400-L-SUB@midrange.com.
| To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner: joe@zappie.net
+---
+---
| This is the JAVA/400 Mailing List!
| To submit a new message, send your mail to JAVA400-L@midrange.com.
| To subscribe to this list send email to JAVA400-L-SUB@midrange.com.
| To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner: joe@zappie.net
+---