JavaScript Application
Summary
JavaScript has certainly been a welcome feature to the Domino Designer IDE. What's more, with the addition of the debugger, application development has now come full circle in Domino. This chapter has shown you the fundamentals of JavaScript and how to incorporate script into Domino. When you've mastered the basics, there's no telling what great applications you can design!
You can find several excellent resources for free JavaScript code and references on the Internet. Here are two very useful and resourceful sites:
- http://javascript.internet.com/
- http://devedge.netscape.com/
Here's a real JavaScript conclusion:
function saygoodbye() {
var myText = "See you again when the next book is released!";
alert(myText);
self.close;
}
Категории