From: Adela D on
Does anyone know where I can find information - or examples - on how to add
validation to fields that FrontPage doesn't include, such as no special
characters, no commas, requiring an @ for email addesses, etc.
Adela
From: Tina Clarke on
"Adela D" <AdelaD(a)discussions.microsoft.com> wrote in message
news:CD2289DF-4961-4C03-8B46-04B8E3869A29(a)microsoft.com...
> Does anyone know where I can find information - or examples - on how to
> add
> validation to fields that FrontPage doesn't include, such as no special
> characters, no commas, requiring an @ for email addesses, etc.
> Adela



This any help?

http://tetlaw.id.au/view/javascript/really-easy-field-validation

Tina
Migrating from FrontPage to Expression Web Ebook v2.0
New version includes help for EW 3.0
Find out how to transition from fp to ew with ease
http://www.frontpage-to-expression.com/ebook.html

From: LD55ZRA on
Adela D wrote:

>Does anyone know where I can find information - or examples - on how to add
>validation to fields that FrontPage doesn't include, such as no special
>characters, no commas, requiring an @ for email addesses, etc.
>Adela
>
>
Inevitably, you will need to use JavaScript or some other scripting
language:

<http://www.w3schools.com/js/js_form_validation.asp>

hth