Help!

Double enter form field script

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Addins RSS
Next:  Creating Adobe files inside Microsoft FrontPage  
Author Message
Jon
External


Since: Sep 05, 2004
Posts: 64



PostPosted: Sat Jun 23, 2007 6:40 am    Post subject: Double enter form field script
Archived from groups: microsoft>public>frontpage>addins (more info?)

I'm trying to make a double enter form field script work with Front Page 2003
with no success. Is there a way to do this? I would like to do this to make
sure user email addresses are typed into the form correctly by making them
re-enter the address. I have a script from JavaScriptKit to add into the form
that does this.. but it's not working. The webbot ignores the script. Is
there any code I can manually add so that this will work?
Back to top
Thomas A. Rowe
External


Since: Aug 23, 2003
Posts: 14454



PostPosted: Sat Jun 23, 2007 10:44 am    Post subject: Re: Double enter form field script [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You can not use FP form field validation and a 3rd Party JavaScript at the same time without
combining the FP Generate script with the 3rd Party script and then removing all the FP Form Field
Validation tags in HTML/Code View and renaming the form.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================


"Jon" <Jon.DeleteThis@discussions.microsoft.com> wrote in message
news:B00E547A-500C-43F9-83F8-51A521B75E8F@microsoft.com...
> I'm trying to make a double enter form field script work with Front Page 2003
> with no success. Is there a way to do this? I would like to do this to make
> sure user email addresses are typed into the form correctly by making them
> re-enter the address. I have a script from JavaScriptKit to add into the form
> that does this.. but it's not working. The webbot ignores the script. Is
> there any code I can manually add so that this will work?
Back to top
Jon
External


Since: Sep 05, 2004
Posts: 64



PostPosted: Sat Jun 23, 2007 6:18 pm    Post subject: Re: Double enter form field script [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I'll try that, but if there is a way for FP to check one form field against
another it would be much easier to do and I would continue to have form field
validation on the other fields in the form and I wouldn't need to use a 3rd
party script. Is that possible?

"Thomas A. Rowe" wrote:

> You can not use FP form field validation and a 3rd Party JavaScript at the same time without
> combining the FP Generate script with the 3rd Party script and then removing all the FP Form Field
> Validation tags in HTML/Code View and renaming the form.
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
>
> http://www.Ecom-Data.com
> ==============================================
>
>
> "Jon" <Jon.RemoveThis@discussions.microsoft.com> wrote in message
> news:B00E547A-500C-43F9-83F8-51A521B75E8F@microsoft.com...
> > I'm trying to make a double enter form field script work with Front Page 2003
> > with no success. Is there a way to do this? I would like to do this to make
> > sure user email addresses are typed into the form correctly by making them
> > re-enter the address. I have a script from JavaScriptKit to add into the form
> > that does this.. but it's not working. The webbot ignores the script. Is
> > there any code I can manually add so that this will work?
>
>
>
Back to top
Thomas A. Rowe
External


Since: Aug 23, 2003
Posts: 14454



PostPosted: Sun Jun 24, 2007 10:50 am    Post subject: Re: Double enter form field script [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

FP doesn't have any built-in JavaScript form field validation function to check one field against
another field. You would have to combine both scripts.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================


"Jon" <Jon DeleteThis @discussions.microsoft.com> wrote in message
news:48C94C37-3728-49DB-8020-1AFF578880B9@microsoft.com...
> I'll try that, but if there is a way for FP to check one form field against
> another it would be much easier to do and I would continue to have form field
> validation on the other fields in the form and I wouldn't need to use a 3rd
> party script. Is that possible?
>
> "Thomas A. Rowe" wrote:
>
>> You can not use FP form field validation and a 3rd Party JavaScript at the same time without
>> combining the FP Generate script with the 3rd Party script and then removing all the FP Form
>> Field
>> Validation tags in HTML/Code View and renaming the form.
>>
>> --
>> ==============================================
>> Thomas A. Rowe
>> Microsoft MVP - FrontPage
>>
>> http://www.Ecom-Data.com
>> ==============================================
>>
>>
>> "Jon" <Jon DeleteThis @discussions.microsoft.com> wrote in message
>> news:B00E547A-500C-43F9-83F8-51A521B75E8F@microsoft.com...
>> > I'm trying to make a double enter form field script work with Front Page 2003
>> > with no success. Is there a way to do this? I would like to do this to make
>> > sure user email addresses are typed into the form correctly by making them
>> > re-enter the address. I have a script from JavaScriptKit to add into the form
>> > that does this.. but it's not working. The webbot ignores the script. Is
>> > there any code I can manually add so that this will work?
>>
>>
>>
Back to top
Jon
External


Since: Sep 05, 2004
Posts: 64



PostPosted: Sun Jun 24, 2007 1:09 pm    Post subject: Re: Double enter form field script [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks Tom, it does run ok the way you said and I can live with that. Wish
that the webbot would support the double enter script process though. But
hey, maybe the replacement for FP will do it. Thanks again for the assist.

"Thomas A. Rowe" wrote:

> FP doesn't have any built-in JavaScript form field validation function to check one field against
> another field. You would have to combine both scripts.
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
>
> http://www.Ecom-Data.com
> ==============================================
>
>
> "Jon" <Jon DeleteThis @discussions.microsoft.com> wrote in message
> news:48C94C37-3728-49DB-8020-1AFF578880B9@microsoft.com...
> > I'll try that, but if there is a way for FP to check one form field against
> > another it would be much easier to do and I would continue to have form field
> > validation on the other fields in the form and I wouldn't need to use a 3rd
> > party script. Is that possible?
> >
> > "Thomas A. Rowe" wrote:
> >
> >> You can not use FP form field validation and a 3rd Party JavaScript at the same time without
> >> combining the FP Generate script with the 3rd Party script and then removing all the FP Form
> >> Field
> >> Validation tags in HTML/Code View and renaming the form.
> >>
> >> --
> >> ==============================================
> >> Thomas A. Rowe
> >> Microsoft MVP - FrontPage
> >>
> >> http://www.Ecom-Data.com
> >> ==============================================
> >>
> >>
> >> "Jon" <Jon DeleteThis @discussions.microsoft.com> wrote in message
> >> news:B00E547A-500C-43F9-83F8-51A521B75E8F@microsoft.com...
> >> > I'm trying to make a double enter form field script work with Front Page 2003
> >> > with no success. Is there a way to do this? I would like to do this to make
> >> > sure user email addresses are typed into the form correctly by making them
> >> > re-enter the address. I have a script from JavaScriptKit to add into the form
> >> > that does this.. but it's not working. The webbot ignores the script. Is
> >> > there any code I can manually add so that this will work?
> >>
> >>
> >>
>
>
>
Back to top
md Webs Unlimited
External


Since: Mar 22, 2007
Posts: 29



PostPosted: Tue Jul 17, 2007 5:42 am    Post subject: Re: Double enter form field script [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Jon,

Take a look at J-Bots and specificlly the Compare Two component.

http://www.websunlimited.com/wumain/component.asp?page=/form/comparetwo.htm

--
Mike - FrontPage MVP '97 - '02
Expression Tools & Addin
http://www.j-moves.com
http://www.panemanager.com
FrontPage Tools & Addin
http://www.jbots.com
E-Commerce
http://www.candypress.com

"Jon" <Jon.RemoveThis@discussions.microsoft.com> wrote in message
news:B00E547A-500C-43F9-83F8-51A521B75E8F@microsoft.com...
> I'm trying to make a double enter form field script work with Front Page
> 2003
> with no success. Is there a way to do this? I would like to do this to
> make
> sure user email addresses are typed into the form correctly by making them
> re-enter the address. I have a script from JavaScriptKit to add into the
> form
> that does this.. but it's not working. The webbot ignores the script. Is
> there any code I can manually add so that this will work?
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Addins All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum