View Single Post
  #3 (permalink)  
Old October 16th, 2006, 04:02 PM
woodyz woodyz is offline
Friend of Wrox
 
Join Date: May 2006
Posts: 643
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I know this one is very old... but here is the issue:
this line
Set objLogin = Server.CreateObject(Cstr(strComponentName) ".clsLogin")

probably should be:
Set objLogin = Server.CreateObject(Cstr(strComponentName) & ".clsLogin")


Woody Z http://www.learntoprogramnow.com
Reply With Quote