View of EXERCISE2.HTM
<HTML>
<HEAD>
<TITLE>Make a GIF file - NT server Application Server</TITLE>
</HEAD>
<BODY>
<FORM action='http://tutora/scripts/broker.exe'>
<INPUT type=hidden name=_SERVICE value=mwsugsrv>
<INPUT type=hidden name=_PROGRAM value=mwsug98.exercis2.sas>
The text for the graphic<BR>
<INPUT type=text name=XYZ>
<P>The text color<BR>
<SELECT name=tcolor size=4>
<OPTION value="blue" SELECTED>Blue - the default</OPTION>
<OPTION value="red">ruby red</OPTION>
<OPTION value="green">oz green</OPTION>
<OPTION value="black">plain old black</OPTION>
</SELECT>
<P>The background color<BR>
<SELECT name=bcolor size=4>
<OPTION value="gold" SELECTED>24 caret gold</OPTION>
<OPTION value="steel">stainless steel</OPTION>
<OPTION value="strbr">burnished copper</OPTION>
</SELECT>
<P><INPUT type=submit value="send me a GIF file">
</FORM>
</BODY>
</HTML>
back to the overview