Thomas
Fri Feb 03 09:23:47 CST 2006
If you are using FP Form File Validation, you will also not be able to use any 3rd party script
without some work, which thereafter you will not be able to manage the form field validation via FP.
So you need to consider how import this function really is to the users of your site, as with FP
form field validation you can limit the maximum amount of data that can be inserted.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
"Jacques" <Jacques@discussions.microsoft.com> wrote in message
news:D95FB943-ED1B-4380-BAE1-ADE31E288F4A@microsoft.com...
>I added a Form in Frontpage 2003 and the input goes into an Access database.
> I would like to add a script that displays in real time the number of
> characters remaining in a Text box.
> I found an example at
>
http://www.dynamicdrive.com/dynamicindex16/limitinput.htm but I can't
> integrate it well in my page because their example speak of: <form
> name="sampleform"> while in Frontpage, I don't see a form name, I see this
> instead :
> <form method="POST" action="--WEBBOT-SELF--" onSubmit="">.
>
> Can you help ?
>