logo

New Response

« Return to the main article

You are replying to:

  1. Firstly, this thing is a life saver.

    I do have a question about it however.

    Can I use it to validate 2 date fields with each other? I need to check to make sure Date B is greater than Date A.

    I wrote some script like this:

    if ((f.DateA.value) > (f.DateB.value)) { alert("The Date B can't be before Date A"); f.DateB.focus(); return false }

    But I can't work out where it should fit without it causing me errors.

    Any help would be appreciated.

    Cheers Simon

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: