«as400»top *** SECTION "TOP"
Content-type: text/html
Expires: 0
X-XSS-Protection: 1;
«!doctype html»
«HTML»
«HEAD»«TITLE»HTTP server functionality for CGIs was just tested«/TITLE»
«meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"»
«meta name="DOCUMENTCOUNTRYCODE" value="it"/»
«meta name="DOCUMENTLANGUAGECODE" value="EN"/»
«/HEAD»
«BODY TEXT="black" LINK="blue" VLINK="purple" ALINK="violet" BGCOLOR="white"»
«TABLE WIDTH=600 BORDER=0»
«TR»«TD ALIGN=CENTER»
«font face="Souvenir LT,Verdana" color=blue size=3»
HTTP server functionality for CGIs was just tested
on this system
«/font»«/TD»«/TR»
«TR»«TD»«font face="Helvetica,Helv,Arial" size=2»
«b»Hello!«/b»«br»
«table»
«tr»«td»«font face="Helvetica,Helv,Arial" size=2»
your first name is
«/td»
«td»«font face="Helvetica,Helv,Arial" size=2»
«b»/%FIRSTNAME%/«/b»
«/td»«/tr»
«tr»«td»«font face="Helvetica,Helv,Arial" size=2»
your last name is
«/td»
«td»«font face="Helvetica,Helv,Arial" size=2»
«b»/%LASTNAME%/«/b»
«/td»«/tr»
«tr»«td»«font face="Helvetica,Helv,Arial" size=2»
this OS/400 release is
«/td»
«td»«font face="Helvetica,Helv,Arial" size=2»
«b»/%OSRLS%/«/b»
«/td»«/tr»
«/table»
«/TD»«/TR»
«as400»warn *** SECTION "WARN"
«TR»«TD»«font face="Helvetica,Helv,Arial" size=2»
«b»«font color=red»
«p»Warning: system value QCCSID is set to«/font»
65535«font color=red».
This will inhibit characters translation in your CGI's
and may result in displaying wrong characters to the
browsers.«/font»«/b»
«br»Change this system value (e.g. 37 for U.S. English).
IPL not required, "usually" no impact to production.«/p»
«/TD»«/TR»
«as400»end *** SECTION "END"
«TR»«TD align=center»«font face="Helvetica,Helv,Arial" size=2»
«br»
«a href="/cgidev2p/dspsrc.pgm?cgiinp01=cgidev2&cgiinp02=demohtml&cgiinp03=hello1" target="_blank"»Display
the dynamic HTML used by this CGI«/a»«br»
«a href="/cgidev2p/dspsrc.pgm?cgiinp01=cgidev2&cgiinp02=qrpglesrc&cgiinp03=hello1" target="_blank"»Display
the RPG source of this CGI«/a»
«/TD»«/TR»
«/TABLE»
«/BODY»«/HTML»
|