I want to achieve the effect seen on the website http://scribbleandtweak.com/. When the link is clicked, the page scrolls down to the corresponding content. I have achieved this by using the...
Thanks Wolfshade, I corrected the javascript and it now works. I would like to apply regular expressions but I am unsure about the syntax. Please could you provide an example...such as the email...
I have the following but the validation isn't working any ideas? I basically want it to validate the email and then validate the confirm email address. The confirm email address should match the...
Hi, I want to validate the following with it triggering .innerHTML to inform the user in a separate div if the form is returned 'false' after the form has been submitted. Any ideas? Thanks :)