Basic HTML version of Foils prepared July 5 98

Foil 12 ASP - Example Code I (contd.)

From FMS: Forces Modeling and Simulation Handout JSU HPC Summer Institute for Undergraduates, Jackson MS -- June 15 1998. by Wojtek Furmanski, Subhash Nair, Tom Pulikal


<% else
sx = sx & "<font color=" & thfgcol & ">" & typelist("cname") & "</font></a>"
%>
<th align="left" valign="middle" nowrap width="90%" bgcolor="<% = trbgcol %>">
<% = sx%>
<% end if %>
</th></tr>
< tr align="left" valign="middle">
<%
typelist.MoveNext ` loop through the records until it reaches EOF
Loop
%>
</tr></table>
<%
end if 'end of outer if
OBJdbConnection.close ` close the connection at the end
%>
</body>
</html>



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sat Nov 28 1998