Basic HTML version of Foils prepared July 5 98

Foil 15 ASP - Example Code II (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


<%
` list the class member functions by using the subroutine
printFunction "Public"
printFunction "Protected"
printFunction "Private"
printFunction "Free Standing Function"
`list the class member variables by using a subroutine
printData "Public"
printData "Protected"
printData "Private"
end if ` end of outer if
OBJdbConnection.close ` close connection once everything is done
%>
<% listurl = "sp_classes_list.asp?id="&id %>
<!-- client side script executed in the browser -->
<script LANGUAGE="VBScript">
Sub Window_OnLoad <!-- update the list frame every -->
window.top.list.navigate("<% = listurl %>") <!-- time a class record is displayed-->
end sub
</script>



© 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