ASP - Example Code II (contd.)
‘ list the class member functions by using the subroutine
printFunction "Protected"
printFunction "Free Standing Function"
‘list the class member variables by using a subroutine
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-->