HTML basics - Part 1 Lab
| Home |
Agenda |
Lab on Html Basics Part 1
In our labs we shall build some pages
of our e-commerce demo
Centaur books Demo
In this lab, you should build the part Disclaimer
of Centaur first page, which looks as shown
here.
First setup some library of yours (e.g. mycgilib)
in the following way:
-
crtlib mycgilib aut(*change)
- enter the following command
to setup your library with all the source file
and the environment you need to develop and to
run CGI:
cgidev2/setcgilib srclib(mycgilib) prdlib(*srclib)
Follow the instructions to update your favorite HTTP instance,
then re-start it.
Operate as follow:
- Signon as QPGMR
- strpdm
on source file
mysrclib/htmlsrc
- press
F6
to add member
lab11a,
source type
html
- press
F13
and set
Uppercase input only
to
N
- ... enter your html text ...
and save it
- to test it, in the command line (location line) of your
internet browser enter
http://.../mycgilibh/lab11a.mbr
| Home |
Agenda |
LAB11
|