Skip to main content

Form validation? 1212 Responses

Last post: 2 years, 3 months ago | Thread started: Feb 8, 10, 1:28 p.m.

RespondNew TopicDisable Images

Out of context: Response #6 [Feb 8, 10, 1:28 p.m.]

  • ETM

    So I'll assume you mean in javascript since you didn;t say.

    if (frm.insertboxname.checked == false) {
    alert ('** Error message **');
    return false;
    }

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel

Skip to main content