PS to above...
I have downloaded your code, since I could not find a way to access the 'insert records' application object. However, I am finding an error on running the page, as follows:
Error Type:
ADODB.Recordset (0x800A0BB9)
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/football_site/createNewUser.asp, line 49
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Page:
POST 80 bytes to /football_site/createNewUser.asp
POST Data:
txtUserName=admin&txtPassword=admin&btnSignUp=sign +up&MM_insert=frmCreateNewUser
line 49 of the code looks like this:
MM_rsKey.ActiveConnection=MM_rsKeyConnection
which I know must be correct, since it was copied from your file!! Maybe I have omitted to make a change somewhere else?
Thanks for any advice
Anne
|