[Instructions] [Search] [Current] [News] [Syllabus] [Glance] [Links] [Handouts] [Outlines] [Labs] [Assignments] [Quizzes] [Questions] [Risks] [Examples]
Back to More Sample JavaScripts. On to Code Sharing.
Held Monday, March 6, 2000
Overview
Today's outline does not yet have an overview. Please let me know if you think it should have one.
Question 25 for today's class: How might the control structures you learned yesterday help you write JavaScript applications?
Question 26 for Tuesday's class: What do you consider significant implications of being able to copy JavaScript programs from the Web?
Notes
Contents
Summary
.js file.
.html file.
<script language="javascript" src="statusclock.js"></script>
I've made some simplified versions of Friday's examples available.
statusclock.js and
statusclock.html
buttonclock.js and
buttonclock.html
linklist.html
yellowballs.js and
yellowballs.html
changeball.js and
changeball.html
linkball.html
document.clear(); document.write(...); document.close();
replace.js and
replace.html
if (condition) {
stuff to do if the condition holds;
}
else {
stuff to do if the condition fails;
}
for (var = startvalue; var <= endvalue; var++) {
// Stuff to do
}
repetition.ps
and repetition.html
setTimeout
Saturday, 22 January 2000
Monday, 6 February 2000
Back to More Sample JavaScripts. On to Code Sharing.
[Instructions] [Search] [Current] [News] [Syllabus] [Glance] [Links] [Handouts] [Outlines] [Labs] [Assignments] [Quizzes] [Questions] [Risks] [Examples]
Disclaimer Often, these pages were created "on the fly" with little, if any, proofreading. Any or all of the information on the pages may be incorrect. Please contact me if you notice errors.
This page may be found at http://www.math.grin.edu/~rebelsky/Courses/CS105/2000S/Outlines/outline.25.html
Source text last modified Mon Mar 6 09:51:50 2000.
This page generated on Mon Mar 6 09:55:19 2000 by Siteweaver. Validate this page's HTML.
Contact our webmaster at rebelsky@grinnell.edu