Hello Everyone,
We've received a lot of basic JavaScript questions for eSignal formula development. The following link is an excellent reference manual that should be able to answer a lot of your general questions. You can learn about the general JavaScript methods and functions for handling your data. For example, you can learn how to write to text files or how to use different types of loops, etc.
http://developer.netscape.com/docs/manuals/communicator/jsref/
Keep in mind, you will not find any references to eSignal specific JavaScript calls such as close(), etc. We are in the process of creating documentation to cover our JavaScript extensions, which will be available soon.
If you still have questions about general JavaScript techniques or questions related to eSignal Formula Script functions and calls, feel free to post a reply to this thread.
We've received a lot of basic JavaScript questions for eSignal formula development. The following link is an excellent reference manual that should be able to answer a lot of your general questions. You can learn about the general JavaScript methods and functions for handling your data. For example, you can learn how to write to text files or how to use different types of loops, etc.
http://developer.netscape.com/docs/manuals/communicator/jsref/
Keep in mind, you will not find any references to eSignal specific JavaScript calls such as close(), etc. We are in the process of creating documentation to cover our JavaScript extensions, which will be available soon.
If you still have questions about general JavaScript techniques or questions related to eSignal Formula Script functions and calls, feel free to post a reply to this thread.
Comment