I have a form built as a pdf that a person types in the their Time In and
Time Out for up to ten instances. The form calculates the minutes in between
then divides these minutes by the total amount of minutes in their shift.
Also, this is for their use only and the results won't be saved anywhere.

I would like to change this to a html form but am unsure on how to do the
calculations. Any idea on how to do these? I am not seeing anything in the
newsroupgs.

Thanks

Re: Form Calculations by Trevor

Trevor
Wed Aug 30 21:57:35 CDT 2006

TAT wrote:
> I have a form built as a pdf that a person types in the their Time In
> and Time Out for up to ten instances. The form calculates the minutes
> in between then divides these minutes by the total amount of minutes
> in their shift. Also, this is for their use only and the results
> won't be saved anywhere.
>
> I would like to change this to a html form but am unsure on how to do
> the calculations. Any idea on how to do these? I am not seeing
> anything in the newsroupgs.
>
> Thanks

It would have to be custom-built. Not diificult, but requires a little HTML
and JS code

I may not have time today, or for the week after that (on holiday), but
others will no doubt post

--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/


Re: Form Calculations by MD

MD
Thu Aug 31 08:10:42 CDT 2006

Hi TAT,

See the J-Bots Form Calculator
http://www.websunlimited.com/wumain/component.asp?page=/form/formcalc.htm


--
Mike
http://www.websunlimited.com
FrontPage Add-in
MVP FrontPage '97 - '02

"TAT" <TAT@discussions.microsoft.com> wrote in message news:E497608D-0187-4A02-B6AE-2A8B0B53BBFD@microsoft.com...
>I have a form built as a pdf that a person types in the their Time In and
> Time Out for up to ten instances. The form calculates the minutes in between
> then divides these minutes by the total amount of minutes in their shift.
> Also, this is for their use only and the results won't be saved anywhere.
>
> I would like to change this to a html form but am unsure on how to do the
> calculations. Any idea on how to do these? I am not seeing anything in the
> newsroupgs.
>
> Thanks



Re: Form Calculations by TAT

TAT
Thu Aug 31 10:44:02 CDT 2006

Unfortunately this is for an office with tight guidelines. Purchasing a
product wouldn't be possible. I was more hoping of a similar example or a
tutorial somewhere that I can borrow from.

"MD Websunlimited" wrote:

> Hi TAT,
>
> See the J-Bots Form Calculator
> http://www.websunlimited.com/wumain/component.asp?page=/form/formcalc.htm
>
>
> --
> Mike
> http://www.websunlimited.com
> FrontPage Add-in
> MVP FrontPage '97 - '02
>
> "TAT" <TAT@discussions.microsoft.com> wrote in message news:E497608D-0187-4A02-B6AE-2A8B0B53BBFD@microsoft.com...
> >I have a form built as a pdf that a person types in the their Time In and
> > Time Out for up to ten instances. The form calculates the minutes in between
> > then divides these minutes by the total amount of minutes in their shift.
> > Also, this is for their use only and the results won't be saved anywhere.
> >
> > I would like to change this to a html form but am unsure on how to do the
> > calculations. Any idea on how to do these? I am not seeing anything in the
> > newsroupgs.
> >
> > Thanks
>
>
>

Re: Form Calculations by Thomas

Thomas
Thu Aug 31 10:50:23 CDT 2006

In your IE Address bar type:

? JavaScript Form Calculation Script

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================


"TAT" <TAT@discussions.microsoft.com> wrote in message
news:18266FCF-D365-43D6-A885-254135B30FCE@microsoft.com...
> Unfortunately this is for an office with tight guidelines. Purchasing a
> product wouldn't be possible. I was more hoping of a similar example or a
> tutorial somewhere that I can borrow from.
>
> "MD Websunlimited" wrote:
>
>> Hi TAT,
>>
>> See the J-Bots Form Calculator
>> http://www.websunlimited.com/wumain/component.asp?page=/form/formcalc.htm
>>
>>
>> --
>> Mike
>> http://www.websunlimited.com
>> FrontPage Add-in
>> MVP FrontPage '97 - '02
>>
>> "TAT" <TAT@discussions.microsoft.com> wrote in message
>> news:E497608D-0187-4A02-B6AE-2A8B0B53BBFD@microsoft.com...
>> >I have a form built as a pdf that a person types in the their Time In and
>> > Time Out for up to ten instances. The form calculates the minutes in between
>> > then divides these minutes by the total amount of minutes in their shift.
>> > Also, this is for their use only and the results won't be saved anywhere.
>> >
>> > I would like to change this to a html form but am unsure on how to do the
>> > calculations. Any idea on how to do these? I am not seeing anything in the
>> > newsroupgs.
>> >
>> > Thanks
>>
>>
>>



Re: Form Calculations by TAT

TAT
Thu Aug 31 11:55:02 CDT 2006

Never mind then

"Thomas A. Rowe" wrote:

> In your IE Address bar type:
>
> ? JavaScript Form Calculation Script
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
> ==============================================
> Agents Real Estate Listing Network
> http://www.NReal.com
> ==============================================
>
>
> "TAT" <TAT@discussions.microsoft.com> wrote in message
> news:18266FCF-D365-43D6-A885-254135B30FCE@microsoft.com...
> > Unfortunately this is for an office with tight guidelines. Purchasing a
> > product wouldn't be possible. I was more hoping of a similar example or a
> > tutorial somewhere that I can borrow from.
> >
> > "MD Websunlimited" wrote:
> >
> >> Hi TAT,
> >>
> >> See the J-Bots Form Calculator
> >> http://www.websunlimited.com/wumain/component.asp?page=/form/formcalc.htm
> >>
> >>
> >> --
> >> Mike
> >> http://www.websunlimited.com
> >> FrontPage Add-in
> >> MVP FrontPage '97 - '02
> >>
> >> "TAT" <TAT@discussions.microsoft.com> wrote in message
> >> news:E497608D-0187-4A02-B6AE-2A8B0B53BBFD@microsoft.com...
> >> >I have a form built as a pdf that a person types in the their Time In and
> >> > Time Out for up to ten instances. The form calculates the minutes in between
> >> > then divides these minutes by the total amount of minutes in their shift.
> >> > Also, this is for their use only and the results won't be saved anywhere.
> >> >
> >> > I would like to change this to a html form but am unsure on how to do the
> >> > calculations. Any idea on how to do these? I am not seeing anything in the
> >> > newsroupgs.
> >> >
> >> > Thanks
> >>
> >>
> >>
>
>
>

Re: Form Calculations by Tom

Tom
Thu Aug 31 13:23:41 CDT 2006

Too lazy to search?

"TAT" <TAT@discussions.microsoft.com> wrote in message
news:1A749292-3241-4692-865F-D8086059AA78@microsoft.com...
| Never mind then
|
| "Thomas A. Rowe" wrote:
|
| > In your IE Address bar type:
| >
| > ? JavaScript Form Calculation Script
| >
| > --
| > ==============================================
| > Thomas A. Rowe
| > Microsoft MVP - FrontPage
| > ==============================================
| > Agents Real Estate Listing Network
| > http://www.NReal.com
| > ==============================================
| >
| >
| > "TAT" <TAT@discussions.microsoft.com> wrote in message
| > news:18266FCF-D365-43D6-A885-254135B30FCE@microsoft.com...
| > > Unfortunately this is for an office with tight guidelines. Purchasing
a
| > > product wouldn't be possible. I was more hoping of a similar example
or a
| > > tutorial somewhere that I can borrow from.
| > >
| > > "MD Websunlimited" wrote:
| > >
| > >> Hi TAT,
| > >>
| > >> See the J-Bots Form Calculator
| > >>
http://www.websunlimited.com/wumain/component.asp?page=/form/formcalc.htm
| > >>
| > >>
| > >> --
| > >> Mike
| > >> http://www.websunlimited.com
| > >> FrontPage Add-in
| > >> MVP FrontPage '97 - '02
| > >>
| > >> "TAT" <TAT@discussions.microsoft.com> wrote in message
| > >> news:E497608D-0187-4A02-B6AE-2A8B0B53BBFD@microsoft.com...
| > >> >I have a form built as a pdf that a person types in the their Time
In and
| > >> > Time Out for up to ten instances. The form calculates the minutes
in between
| > >> > then divides these minutes by the total amount of minutes in their
shift.
| > >> > Also, this is for their use only and the results won't be saved
anywhere.
| > >> >
| > >> > I would like to change this to a html form but am unsure on how to
do the
| > >> > calculations. Any idea on how to do these? I am not seeing anything
in the
| > >> > newsroupgs.
| > >> >
| > >> > Thanks
| > >>
| > >>
| > >>
| >
| >
| >