OK, I'll start from the begining. I have a testbox where an account number is entered. On the 10th character I want to go to the database and get that account's info like the name and address. I couldn't find a way in the code-back page to track how many characters have been entered in a textbox, so I am tracking it in the
HTML page using vbscript. And because this is in the
HTML page, I don't want to but see no other way, to put the password infomation for the connectionstring in my code? I am looking for other ways to accomplish this.