hello all,
am new to HTML and am in the process of creating a form, no serious
headaches, but am stumped on two types of fields. i can take care of these
situations using javascript, but was adviced to only use javascript only
when absolutely necessary, so am trying to find to see if i can handle these
situations in HTML only.
TEXTAREA field
maxlength isn't doing anything, is there a solution?
DATE
is there a way to create a DATE field that only accepts numbers and "/". i
have found tons of sites that say input="date" or date="mm/dd/yyyy", but
they do nothing!
if in the end i have to do all my validating via javascript or server side,
so be it, but wanted to check out here first.
many thanks ahead of time,
daniel
am new to HTML and am in the process of creating a form, no serious
headaches, but am stumped on two types of fields. i can take care of these
situations using javascript, but was adviced to only use javascript only
when absolutely necessary, so am trying to find to see if i can handle these
situations in HTML only.
TEXTAREA field
maxlength isn't doing anything, is there a solution?
DATE
is there a way to create a DATE field that only accepts numbers and "/". i
have found tons of sites that say input="date" or date="mm/dd/yyyy", but
they do nothing!
if in the end i have to do all my validating via javascript or server side,
so be it, but wanted to check out here first.
many thanks ahead of time,
daniel
Comment