
December 4th, 2001, 06:06 AM
|
|
Contributing User
|
|
Join Date: Feb 2001
Posts: 130
Time spent in forums: 25 m 5 sec
Reputation Power: 13
|
|
|
The problem: I wanted to check the username to see if it is already used, at the time of entry, not after submit. So I was using <ON CHANGE> to run a check of the entered username against an array of current usernames.
This works fine in practice, but If you do a view-source, you get to see all the usernames. This is a potential security hole. If I can't hide this array, I have to return to checking the usernames after submit.
|