Step 2. Modify iiiPROC03_STDHEADER
In this step, you will modify the HTML for iiiPROC03_STDHEADER to use a dynamic component based on the contents of the iiiLOGIN field. When iiiLOGIN has a value of iiiMYLOG, it will include the component you created in Step 1. Create a New Page Component.
1. Using the LANSA for the Web editor, open the iiiPROC03_STDHEADER (where iii is your course assigned ID).
2. Insert the bolded lines which will simply add a heading to the page:
<!-- -->
<!-- LANSA for the WEB -->
<!-- Standard Header -->
<!-- -->
<IMG SRC="<RDML MERGE="*LW3CPYLOGO">" WIDTH=221 HEIGHT=62>
<P>
<H4> iii LANSA Web Applications</H4>
<P>
Your login entered was: <RDML MERGE="iiiLOGIN">
<P><RDML COMPONENT="&FLD_iiiLOGIN">
<P>
<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=100% ALIGN=TOP VALIGN=BOTTOM>
<TBODY>
...
3. Save the document.