Member HELLO in CGICBLDEV2 / HTMLEXAMPL

1.00 
 /$top
2.00 
 content-type: text/html
3.00 
 expires: 0
4.00 
 
5.00 
 <html>
6.00 
   <head>
7.00 
     <title>Example of receiving and parsing the input string</title>
8.00 
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
9.00 
 
10.00 
 <style type="text/css">
11.00 
    <!--
12.00 
 .title { color: blue; font-weight: bold; font-size: 24pt; font-family: souvenir lt bt, verdana, serif; align: center}
13.00 
 .subtitle { color: black; font-weight: bold; font-size: 12pt; font-family: souvenir lt bt, verdana, serif; align: center}
14.00 
 .reg {font-size: 10pt; font-family: arial, helvetica, helv}
15.00 
 .boldtitle { font-family:  Arial Black, Arial, sans-serif; font-weight: Helvetica Black, bold; font-size: 24px; }
16.00 
 .mono { font-family: courier; font-size: 10pt; }
17.00 
 td,th,caption { font-family: Arial, sans-serif; font-size: 10pt; }
18.00 
 pre { font-family: monospace; font-weight: normal; font-size: 10pt; }
19.00 
    -->
20.00 
 </style>
21.00 
 </HEAD>
22.00 
 
23.00 
 <BODY TEXT="black" LINK="blue" VLINK="blue" ALINK="blue" BGCOLOR="white">
24.00 
 
25.00 
 <table width="600">
26.00 
 <tr><td><table width="100%" cellspacing="0" cellpadding="0">
27.00 
         <tr><td valign=top><img src="/cgicbldev2/graphics/pears.gif"
28.00 
                 alt="Giovanni's logo"></td>
29.00 
             <td valign=middle>
30.00 
                 <div class=title>
31.00 
                 Example of receiving and parsing the input string
32.00 
                 </div>
33.00 
                 </td>
34.00 
             <td valign=middle><img src="/cgicbldev2/graphics/v2.gif"
35.00 
                 alt="this means Version 2">
36.00 
         </td></tr>
37.00 
         <tr><td colspan=3>
38.00 
                 <table width="100%" cellspacing="0" cellpadding="0">
39.00 
                 <tr><td width="100%">
40.00 
                         <img src="/cgicbldev2/graphics/blue.gif" alt="blue line" border="0"
41.00 
                              height="1" width="100%">
42.00 
                         </td></tr>
43.00 
                 </table>
44.00 
                 </td></tr>
45.00 
         </table>
46.00 
         </td></tr>
47.00 
 </table>
48.00 
 <br><br>
49.00 
 
50.00 
 /$case1
51.00 
 <form name=form1 method=get action="/cgicbldev2p/hello.pgm">
52.00 
 <input type=hidden name=request value=go>
53.00 
 <table>
54.00 
 <tr><td>Your first name:</td>
55.00 
     <td><input type=text name=firstname size=10 maxlength=30>
56.00 
         </td></tr>
57.00 
 <tr><td>Your last name:</td>
58.00 
     <td><input type=text name=lastname size=10 maxlength=30>
59.00 
         </td></tr>
60.00 
 <tr><td colspan=2 align=center>
61.00 
         <input type=submit value="Send">
62.00 
         </td></tr>
63.00 
 </table>
64.00 
 
65.00 
 /$case2
66.00 
 <table>
67.00 
 <tr><td>Your first name is:</td>
68.00 
     <td>/%firstname%/</td></tr>
69.00 
 <tr><td>Your last name is:</td>
70.00 
     <td>/%lastname%/</td></tr>
71.00 
 </table>
72.00 
 
73.00 
 /$end
74.00 
 <br><br>
75.00 
 <table width="600">
76.00 
 <tr><td>
77.00 
         <a href="/cgicbldev2p/dspsrc.cgi?srclib=cgicbldev2&srcfile=htmlexampl&srcmbr=hello"
78.00 
          target="_blank"><b>Display the external html source</b></a></td>
79.00 
     <td align=right>
80.00 
         <a href="/cgicbldev2p/dspsrc.cgi?srclib=cgicbldev2&srcfile=qcbllesrc&srcmbr=hello"
81.00 
          target="_blank"><b>Display the COBOL source</b></a></td>
82.00 
         </td></tr>
83.00 
 </table>
84.00 
 
85.00 
 </body></html>
0.029 sec.s