Hey,
I'm trying to create a website for a friend, which involves a login system, with registering users, and then booking places on weekends away.
I have no knowledge of javascript, but would like to use it for client side updates, I only have a week or 2 left to finish the website.
I have used javascript found online to do my password validation and client side confirmation (when registering)
And I would like to be able to have the user type in their preferred username, with a label next to the input box stating whether its available or not based on a list of users in an Access database,
I presume it would check the list on every key input? As thats how both my password javascript sections work.
Thanks, and ask if you need any more information