Click to See Complete Forum and Search --> : class in vbscript and its basic functions


pelegk1
08-10-2003, 07:50 AM
i know that i can build a class in vbscript
what want to know is what are the basic function of the class that are activated/destroyed when a class start's,end's!
for exmple :
in visual basic we have : Sub Form_Load()
what do we have in the class case in vbscript?
10X:0
peleg

pelegk1
08-11-2003, 03:16 AM
but i was talking on classes that u can make
and in your asp page u can make :

set x= new myClass
resposne.write x.getx()

myClass is a class that is defined in another asp page,and has it's own load and unload methods'
and i look for this ones!
10X:0
peleg

pelegk1
08-11-2003, 09:45 AM
http://www.asp101.com/resources/jonmgohr/081899/class.asp

enjoy
peleg

pelegk1
08-12-2003, 01:46 AM
and if i may recommand to put this link with your other links
beacuse lot of ppole don't know
of this powerfull thing!
take care
Peleg