Hi there,
Which line throws that error and what is there in that line?
With a bird eye, I could see you not using "=" there. Not sure if that line throws the error.
Code:
<% =AdminArea("Client_Username") %>
Originally this error means
Microsoft VBScript runtime error '800a01c2'
Wrong number of arguments or invalid property assignment: 'FUNCTION/SUB NAME'
/error.asp, line 20
Cause: You are trying to call a function or sub with incorrect number of arguments.
Solution: Make sure you have all the arguments for the function/sub, separated by commas.
Cheers!
_________________________
- Vijay G
Strive for Perfection