Assertion:
There is some odd behavior with forms and the LAYER/ILAYER elements.
If a LAYER/ILAYER element is nested inside a FORM element, and any widgets for the form
(buttons, text fields, etc) are contained within the layer, they will not appear/be rendered.
If a widget/field is to show up, the containing FORM element must lie within the
same LAYER/ILAYER element as its widgets/fields.
Plain FORM with a text, checkbox and submit button field.
Form has a medium, solid black border:
filler text
filler text
Plain FORM with LAYER nested inside. Form has a medium, solid black border. Text, checkbox and submit button fields nested inside the LAYER.
Layer has the following attributes: bgcolor="lime" height="100" width="300" left="250" top="400"
filler text
filler text
Plain FORM nested inside a LAYER element.
Form has a medium, solid black border.
Form has Text, checkbox and submit button fields nested inside.
Layer has the following attributes: bgcolor="green" height="100" width="300" left="250" top="600"
filler text
filler text