Javascript calculations?

This is a discussion on Javascript calculations? within the Net Objects Fusion forums in Application Servers & Tools category; Hi! Are there any tutorials for making a javascript based calculations in Nof? I'd like to try a few basic calculations but not sure where to start. Thanks in advance!...

Go Back   Application Development Forum > Application Servers & Tools > Net Objects Fusion

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 12-09-2002, 08:27 AM
john
Guest
 
Default Javascript calculations?

Hi!

Are there any tutorials for making a javascript based calculations in
Nof? I'd like to try a few basic calculations but not sure where to start.

Thanks in advance!




Reply With Quote
  #2  
Old 12-09-2002, 08:12 PM
Dallas «gotFusion.com»
Guest
 
Default Re: Javascript calculations?

Depends what you want to put in. I've integrated lots of Javascript
functions into NOF. Virtually anything can be put in if you know how it
works. You just need to know where to put the code to make it work. If you
are getting code from some of the public Javascript sites, they will usually
give you the whole surrounding html. Since NOF generates its own html, you
need to know what bits to pick out of the code and where to put it in NOF so
that it integrates properly with NOF's autogenerated html. Just
occasionally, I've needed to rename some of the NOF elements so they mesh
with the Javascript.

But this is general. Let us know what specifric things you want to integrate
and we'll see if we can point you in the right direction.

Dallas - Team NetObjects
www.gotFusion.com




"john" <coffin1@luukku.com> wrote in message
news:3df49a99$1_1@news.gotfusion.com...
> Hi!
>
> Are there any tutorials for making a javascript based calculations in
> Nof? I'd like to try a few basic calculations but not sure where to start.
>
> Thanks in advance!
>
>
>
>



Reply With Quote
  #3  
Old 12-10-2002, 05:35 AM
john
Guest
 
Default Re: Javascript calculations?

Well, i'd like to be able to make an order form that calculates the goods.

I've been searching for this information all over the net... but not yet
found what i'm looking
for.

"Dallas «gotFusion.com»" <newsgroupsupport@gotfusion.com> wrote in message
news:3df53e43_1@news.gotfusion.com...
> Depends what you want to put in. I've integrated lots of Javascript
> functions into NOF. Virtually anything can be put in if you know how it
> works. You just need to know where to put the code to make it work. If you
> are getting code from some of the public Javascript sites, they will

usually
> give you the whole surrounding html. Since NOF generates its own html, you
> need to know what bits to pick out of the code and where to put it in NOF

so
> that it integrates properly with NOF's autogenerated html. Just
> occasionally, I've needed to rename some of the NOF elements so they mesh
> with the Javascript.
>
> But this is general. Let us know what specifric things you want to

integrate
> and we'll see if we can point you in the right direction.
>
> Dallas - Team NetObjects
> www.gotFusion.com
>
>
>
>
> "john" <coffin1@luukku.com> wrote in message
> news:3df49a99$1_1@news.gotfusion.com...
> > Hi!
> >
> > Are there any tutorials for making a javascript based calculations in
> > Nof? I'd like to try a few basic calculations but not sure where to

start.
> >
> > Thanks in advance!
> >
> >
> >
> >

>
>



Reply With Quote
  #4  
Old 12-10-2002, 06:45 PM
Dallas «gotFusion.com»
Guest
 
Default Re: Javascript calculations?

Sounds like you need to investigate shopping cart software. There are lots
of these around.

Dallas Lewis - Team NetObjects
www.gotFusion.com



"john" <coffin1@luukku.com> wrote in message
news:3df5c3c6_1@news.gotfusion.com...
> Well, i'd like to be able to make an order form that calculates the goods.
>
> I've been searching for this information all over the net... but not yet
> found what i'm looking
> for.
>
> "Dallas «gotFusion.com»" <newsgroupsupport@gotfusion.com> wrote in message
> news:3df53e43_1@news.gotfusion.com...
> > Depends what you want to put in. I've integrated lots of Javascript
> > functions into NOF. Virtually anything can be put in if you know how it
> > works. You just need to know where to put the code to make it work. If

you
> > are getting code from some of the public Javascript sites, they will

> usually
> > give you the whole surrounding html. Since NOF generates its own html,

you
> > need to know what bits to pick out of the code and where to put it in

NOF
> so
> > that it integrates properly with NOF's autogenerated html. Just
> > occasionally, I've needed to rename some of the NOF elements so they

mesh
> > with the Javascript.
> >
> > But this is general. Let us know what specifric things you want to

> integrate
> > and we'll see if we can point you in the right direction.
> >
> > Dallas - Team NetObjects
> > www.gotFusion.com
> >
> >
> >
> >
> > "john" <coffin1@luukku.com> wrote in message
> > news:3df49a99$1_1@news.gotfusion.com...
> > > Hi!
> > >
> > > Are there any tutorials for making a javascript based calculations in
> > > Nof? I'd like to try a few basic calculations but not sure where to

> start.
> > >
> > > Thanks in advance!
> > >
> > >
> > >
> > >

> >
> >

>
>



Reply With Quote
  #5  
Old 12-10-2002, 06:48 PM
Dallas «gotFusion.com»
Guest
 
Default Re: Javascript calculations?

Or, if you just want a simple Javascript price calculator, just put
"calculate prices Javascript" into Google and you'll get lots of places to
start looking.

Dallas Lewis - Team NetObjects
www.gotFusion.com



"john" <coffin1@luukku.com> wrote in message
news:3df5c3c6_1@news.gotfusion.com...
> Well, i'd like to be able to make an order form that calculates the goods.
>
> I've been searching for this information all over the net... but not yet
> found what i'm looking
> for.
>
> "Dallas «gotFusion.com»" <newsgroupsupport@gotfusion.com> wrote in message
> news:3df53e43_1@news.gotfusion.com...
> > Depends what you want to put in. I've integrated lots of Javascript
> > functions into NOF. Virtually anything can be put in if you know how it
> > works. You just need to know where to put the code to make it work. If

you
> > are getting code from some of the public Javascript sites, they will

> usually
> > give you the whole surrounding html. Since NOF generates its own html,

you
> > need to know what bits to pick out of the code and where to put it in

NOF
> so
> > that it integrates properly with NOF's autogenerated html. Just
> > occasionally, I've needed to rename some of the NOF elements so they

mesh
> > with the Javascript.
> >
> > But this is general. Let us know what specifric things you want to

> integrate
> > and we'll see if we can point you in the right direction.
> >
> > Dallas - Team NetObjects
> > www.gotFusion.com
> >
> >
> >
> >
> > "john" <coffin1@luukku.com> wrote in message
> > news:3df49a99$1_1@news.gotfusion.com...
> > > Hi!
> > >
> > > Are there any tutorials for making a javascript based calculations in
> > > Nof? I'd like to try a few basic calculations but not sure where to

> start.
> > >
> > > Thanks in advance!
> > >
> > >
> > >
> > >

> >
> >

>
>



Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 04:27 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.