One of my personal computers has Windows 2000 professional installed on it. I am the only user and, after a reboot for the first time in a couple of months, have forgotten the password on that box. Is there any way of getting in without having to reinstall the OS and/or lose all of the data on...
I think the problem is that you are referring to the id value instead of the name value in th varification script. The easiest solution would be to make the name and id identical in both form inputs:
<p><INPUT id=txtUserName name=txtUserName></P>
<P><INPUT id=txtPWord name=txtPWord></P>
How can I most efficiently reduce additional spaces between character strings to just one space.
Ex:
From
"string1 string2 string3"
To
"string1 string2 string3"
This is for a database search where the the form submission is converted to an array of strings and queried...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.