8.0

Table Of Contents
<TD>
<INPUT id=box1 maxLength=256 size=43 style="
WIDTH: 293px; HEIGHT: 22px"></TD>
</TR>
<TR>
<TR>
<TD>
<INPUT id=box1FileTxt value="File on Server"
readOnly style="WIDTH: 181px; HEIGHT: 22px" >
</TD>
<TD>
<INPUT id=box1File maxLength=256 size=43 style="
WIDTH: 293px; HEIGHT: 22px">
</TD>
</TR>
Similarly, the
input fields for entering the picture box name and the file to be flowed into it will display on the HTML
page using the following lines of code:
<TR>
<TD>
<INPUT id=box2Txt value="Picture Box Name"
readOnly style="WIDTH: 181px; HEIGHT: 22px" size=16>
</TD>
<TD>
<INPUT id=box2 maxLength=256 size=43 style="
WIDTH: 293px; HEIGHT: 22px">
</TD>
</TR>
<TR>
<TD>
<INPUT id=box2FileTxt value="File on Server"
readOnly style="WIDTH: 181px; HEIGHT: 22px">
</TD>
<TD>
<INPUT id=box2File maxLength=256 size=43 style="
WIDTH: 293px; HEIGHT: 22px">
</TD>
</TR>
For creating the
text fields to enter the page and layout number of the project to be rendered, use following lines of code:
<TABLE cellSpacing=1 cellPadding=1 width="188" border=1 style="WIDTH: 188px; HEIGHT:
61px">
<TR>
<TD>
<INPUT id=PageTxt value = "Page"
readOnly style="WIDTH: 50px; HEIGHT: 22px" size=3>
</TD>
<TD>
<input id=Page size="16" maxlength="256"
style="WIDTH: 147px; HEIGHT: 22px">
</TD>
Page 31