How to use formulas in javascript

hi,i want to know how can we make use of formulas in java script. Like we have the evaluate method in lotus script, where in we can evaluate the formula. Similarly, is their any provision of using formula in javascript? Plz, help.

Regards,

hopkins

Subject: how to use formulas in javascript

I’ve done this a lot of times.

What you’ll have to do is put the javascript on the form and use the pass-through HTML.

2 ways…

First, you can create a computed field. To assign a variable

var myval=;

in this instance you can highlight the entire text and then select text–>pass through HTML

You can also provide a notes field, but make sure the pass-through HTML is NOT enabled over the field, just the remaining javascript.

Subject: RE: how to use formulas in javascript

thank you scott. I’ll try what you’ve said and get back to you. Hope it should work.

Best Regards,

Hopkins.