CogSci 3 - -- JavaScript - Part 1
Due: Saturday, November 21st, 11:59 p.m. 2009

Goals

Class lectures

Start with getting some images...

Part 1: cg3fzz-java-1.html (create the table)

Add the <img /> element (where the photo goes)

Add the <form> ... </form> and <textarea> .... </textarea> elements (where the caption goes)

The form will contain three parts --- the caption (textarea element), the buttons (type="button"), and the slide number (type="text").

Add the "Previous Slide" and "Next Slide" buttons. <input type="button" ... />

Add the Slide Number using the <input ... /> element


Copyright 2006, Mary E.T. Boyle
Modified November 2007, mrw