| |
Pederson
Posts: 2
Score: 0
Joined: 11/8/2002
From:
Status: offline
|
ok here we go....i am trying to use createobject(progID) ....here is the code i am using i get an error saying it cant create the object now it wont work that way....cant figure out why.....but it works fine like this <% dim myobj set myobj=server.createobject _("prjwriteme.clswriteme") myobj.WriteMe("this works") %> also.....can i call events from within(example) <% sub cmdButton_onClick() msgbox("test") end sub %> is it possible to call that sub ? thanks for your time.... J.Pederson
|
|