Hello Mike,
I must admit I got confused .....
So here is what I'm trying to do , with my form names. If you would be so
kinds as to do the code again using my form fields I would appreciate it
very much.
<input type="hidden" name="constant" value="20.00">
<input type="text" name="amt" size="9" >
I want to add these two fields and display the result as a field
(totalvalue) in the FP confirmation form .
Thank You
Russell
"MD Websunlimited" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Did you change the names in the script to match the names of your fields?
>
> --
> Mike -- FrontPage MVP '97-'02
> J-Bots 2004 Released Special Pricing
> http://www.websunlimited.com
> FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
>
> "Russell" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> >
> > I got script errors "object required"
> >
> >
> >
> >
> >
> > "Bob Lehmann" <(E-Mail Removed)> wrote in message
> > news:uQ$(E-Mail Removed)...
> >> Ahhh....
> >>
> >> The old "didn't work" problem.
> >>
> >> What "didn't work"? Addition errors? Flat tire? Engine light on? Can't
> >> attract women? Demons flying out from your monitor?
> >>
> >> Bob Lehmann
> >>
> >> "Russell" <(E-Mail Removed)> wrote in message
> >> news:(E-Mail Removed)...
> >> > Hello again,
> >> >
> >> > I tried the code you gave me Mike, it didn't work for me.
> >> >
> >> > Is the Form Calculator add-in at webs unlimited able to add two
fields
> >> > submitted on one page and display it as a field on another page (ala
> > FP's
> >> > confirmation page)?
> >> >
> >> > Thanks, Russell
> >> >
> >> >
> >> >
> >> > "Russell" <(E-Mail Removed)> wrote in message
> >> > news:(E-Mail Removed)...
> >> > > Thank you Mike, I will try this and also look at the product link.
> >> > >
> >> > > Russell
> >> > >
> >> > > "MD Websunlimited" <(E-Mail Removed)> wrote in message
> >> > > news:%(E-Mail Removed)...
> >> > > > Hi Russell,
> >> > > >
> >> > > > Just JavaScript
> >> > > >
> >> > > > You'll need at least three fields with the two fields that need
to
> > be
> >> > add
> >> > > above the last field in the form.
> >> > > >
> >> > > > The code would be <input type="text" name="Value1"
> >> > > onblur="this.form.Total.value = this.form.Value2.value +
this.value" >
> >> > > > The code for the next field would be <input type="text"
> > name="Value2"
> >> > > onblur="this.form.Total.value = this.form.Value1.value +
> >> > > > this.value" >
> >> > > >
> >> > > > You may also wish to take a look at
> >> > > http://www.websunlimited.com/order/P...c/formcalc.htm
> >> > > >
> >> > > > --
> >> > > > Mike -- FrontPage MVP '97-'02
> >> > > > http://www.websunlimited.com
> >> > > > FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
> >> > > >
> >> > > > "Russell" <(E-Mail Removed)> wrote in message
> >> > > news:e$(E-Mail Removed)...
> >> > > > > Is there a way to accept 2 numbers as input in form fields and
add
> >> > them
> >> > > > > together and display the result in a confirmation page? I am on
a
> >> UNIX
> >> > > > > server with FPE.
> >> > > > >
> >> > > > > Thanks, Russell
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > >
> >> > > >
> >> > >
> >> > >
> >> >
> >> >
> >>
> >>
> >
> >
>
>