|
| |
 | Use prompt to get a user's input. For example, answer = prompt("Enter you
name"); will prompt the user to enter a string representing the name. |
 | To debug your javaScript program, type "javascript:" in the location box of
Netscape Communicator. This will bring up the JavaScript Console and error messages will
be displayed in this console. |
 | For the question that involves U of Illinois ..., just use the following for the form
definition line. I'll explain this in class. |
<form name=musicForm method="get"
action="http://hoohoo.ncsa.uiuc.edu/cgi-bin/query">
|