Search found 3 matches
- Sun Apr 20, 2014 11:57 am
- Forum: Scripting Languages
- Topic: Log-in form question
- Replies: 0
- Views: 10793
Log-in form question
Hello I have an online login (username/password) form which, even if I log-in with the correct credentials, tells me that I have the wrong username/password. The form is in a file called 'Dimalogin1.asp'. The form posts to submit1.asp which looks like this: <% @LANGUAGE=VBScript %> <% Dim Conn, sql,...
- Mon Jan 20, 2014 12:52 pm
- Forum: HTML and XHTML
- Topic: 'Missing space character' error??
- Replies: 2
- Views: 5826
Re: 'Missing space character' error??
Hello
Oh, yes, I see what you mean!
Many thanks for pointing that out - the error have gone now.
Cheers!
Bluenose
Oh, yes, I see what you mean!
Many thanks for pointing that out - the error have gone now.
Cheers!
Bluenose
- Sun Jan 19, 2014 2:24 am
- Forum: HTML and XHTML
- Topic: 'Missing space character' error??
- Replies: 2
- Views: 5826
'Missing space character' error??
Hello My CSE HTML validator is giving me the following error Error in line 169 at character 55: Is there a missing space character? A quoted string (like an attribute value) cannot be immediately followed by text. It must be followed by a space or by the end of the tag. related to this line in my co...