logo

New Response

« Return to the main article

You are replying to:

    • avatar
    • Jake Howlett
    • Posted on Tue 19 Jun 2007

    Hi Jill,

    The problem is more likely in this bit:

    document._Registration.EmailAddress1

    Try this instead:

    document.forms["_Registration"].EmailAddress1.value==fld.value

    Or even:

    fld.form.EmailAddress1.value==fld.value

    Jake

Your Comments

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