Marc Firth - Portfolio
 

Tutorials / JavaScript

FREE JAVASCRIPT TUTORIALS FOR EVERYONE!

 

CONFIRMATION DIALOGUES

This tutorial takes you through how to create "Confirmation Dialogue Boxes" in JavaScript.
 

DISABLE ENTER KEY UPON FORM SUBMISSION

A problem that can often occur is when users submit a form twice. This script prevents the enter key from being allowed to resumit the form. Thus, helping to keep your intended web form data flow intact - reducing the risk of duplicate submissions.