David Johnston wrote:
This was resolved by adding this statement to the httpd.conf file: AddType .js text/javascript ebcdic 1.0 # Javascript files
Yes, and that's not all. We actually cover this in the setup for our 5-day course, "You and z/OS and the World Wide Web" (see: http://www.trainersfriend.com/UNIX_and_Web_courses/u518descr.htm ) If you use style sheets, ".css" can get you; be sure to set AddType .css text/css ebcdic 1.0 And apparently you're set for .html and .htm being EBCDIC. Kind regards, -Steve Comstock The Trainer's Friend, Inc. 303-393-8716 http://www.trainersfriend.com z/OS Application development made easier * Our classes include + How things work + Programming examples with realistic applications + Starter / skeleton code + Complete working programs + Useful utilities and subroutines + Tips and techniques ==> Check out the Trainer's Friend Store to purchase z/OS <== ==> application developer toolkits. Sample code in four <== ==> programming languages, JCL to Assemble or compile, <== ==> bind and test. <== ==> http://www.trainersfriend.com/TTFStore/index.html <== ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

