I have had to join to ask this and recive help from you cleaver people here.
Right i tried a "who's online mod" from here and tried it and no luck in getting it to work. Then somebody tries to join and i am geeting a error message.
quote:Microsoft VBScript runtime error '800a005e'
Invalid use of Null: 'split'
/maxedpcs05/Forum/register.asp, line 805
Now i have replaced all the modified files twice and still getting the same message. Please help quick!
Interesting .... that means that txtUserNames doesn't have anything in it. Maybe there's something above line 805 that you missed ? Can you see where txtUserNames gets assigned ?
You could try this :
- just before line 805, on a new line add :
Response.Write "X" & txtUserNames & "X"
- run the page again
- I think you will see an XX somewhere on the page.