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?
yrndtn [ So, 13 Januar 2008 18:33 ] [ ID #1906525 ]

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?
tarowe [ So, 13 Januar 2008 19:32 ] [ ID #1906527 ]

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?
>
>
>
yrndtn [ Mo, 14 Januar 2008 11:54 ] [ ID #1907237 ]

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?
> >
> >
> >
Ronx [ Mo, 14 Januar 2008 12:24 ] [ ID #1907238 ]
Microsoft » microsoft.public.frontpage.client » Validation Alert Problem

Vorheriges Thema: Setting up an Intranet Site
Nächstes Thema: shared border problem in website in two languages