<% |
` 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> |