Validation Alert Problem
I have a form that i built in FP 2003.
Everything was fine, but I had some cosmetics corrections (I put all the
fields in a table to align everything).
After that, I lost the pop-up alert for requires fileds.
Instaed I get an HTML that shows the validations.
How do I bring back the pop-up?
Re: Validation Alert Problem
Check to be sure that your table is within the opening and closing form tags, and that you are
working within a currently open FP web / site and the opening the form page.
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
"yrndtn" <yrndtn [at] discussions.microsoft.com> wrote in message
news:086F5238-4208-471B-ACB7-6B1CDC662609 [at] microsoft.com...
>I have a form that i built in FP 2003.
> Everything was fine, but I had some cosmetics corrections (I put all the
> fields in a table to align everything).
> After that, I lost the pop-up alert for requires fileds.
> Instaed I get an HTML that shows the validations.
>
> How do I bring back the pop-up?
Re: Validation Alert Problem
the table is within the form tags. I couldnt understant the second part of
your answer. The form is working online, it is just the alert pop-up problem.
Here is a link to the form. www.mediab.co.il/contact_us.htm
Thanks.
"Thomas A. Rowe" wrote:
> Check to be sure that your table is within the opening and closing form tags, and that you are
> working within a currently open FP web / site and the opening the form page.
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
>
> http://www.Ecom-Data.com
> ==============================================
>
>
> "yrndtn" <yrndtn [at] discussions.microsoft.com> wrote in message
> news:086F5238-4208-471B-ACB7-6B1CDC662609 [at] microsoft.com...
> >I have a form that i built in FP 2003.
> > Everything was fine, but I had some cosmetics corrections (I put all the
> > fields in a table to align everything).
> > After that, I lost the pop-up alert for requires fileds.
> > Instaed I get an HTML that shows the validations.
> >
> > How do I bring back the pop-up?
>
>
>
Re: Validation Alert Problem
First, from a security angle, you should move your results file to the
_private folder. This folder has permissions set to prevent anonymous
users downloading the results .csv file, which is possible in its
present location.
The <form> tag has an incomplete onsubmit= attribute. At the moment it
says onsubmit="", it should be
onsubmit="return FrontPage_Form1_Validator(this)"
Try opening the site ( http://www.mediab.co.il ) in FrontPage and
running Tools->Recalculate Hyperlinks
This may correct the problem. If it fails then make a change to the
form and save the page.
Note that in FrontPage code/HTML view, the <form> tag will be <form
method="POST" action="--WEBBOT-SELF--"> This is changed when the page
is saved - preview in browser and view->Source to see the true tag and
attributes.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp
"yrndtn" <yrndtn [at] discussions.microsoft.com> wrote in message
news:3A6D8192-83D0-419D-904B-0AD2AA4EB654 [at] microsoft.com:
> the table is within the form tags. I couldnt understant the second part of
> your answer. The form is working online, it is just the alert pop-up problem.
>
> Here is a link to the form. www.mediab.co.il/contact_us.htm
>
> Thanks.
>
>
> "Thomas A. Rowe" wrote:
>
> > Check to be sure that your table is within the opening and closing form tags, and that you are
> > working within a currently open FP web / site and the opening the form page.
> >
> > --
> > ==============================================
> > Thomas A. Rowe
> > Microsoft MVP - FrontPage
> >
> > http://www.Ecom-Data.com
> > ==============================================
> >
> >
> > "yrndtn" <yrndtn [at] discussions.microsoft.com> wrote in message
> > news:086F5238-4208-471B-ACB7-6B1CDC662609 [at] microsoft.com...
> > >I have a form that i built in FP 2003.
> > > Everything was fine, but I had some cosmetics corrections (I put all the
> > > fields in a table to align everything).
> > > After that, I lost the pop-up alert for requires fileds.
> > > Instaed I get an HTML that shows the validations.
> > >
> > > How do I bring back the pop-up?
> >
> >
> >