X52.9755 Lecture 10: Thursday, April 23, 1998
In-class examples
- A document cannot
write
into itself after it has been completely loaded.
- But one
frame
of a window can write into another frame.
- View the same document
- Are you currently taking any
medication?
- Open
a new window displaying an existing file.
Let the two windows deposit greetings in each other's status line.
- Open a new window and write a
text/html
document into it.
- Open a new window and write a
text/plain
document into it.
- Open a new window and write a
image/x-xbitmap
document into it.
Here's the same document with image/x-xbitmap changed to
text/plain
for debugging.
- Draw a
flag
with
loops
and
if
statements.
- List the
MIME types
that the browser supports.
- Put a
Java applet
in a page of HTML.
- Documentation