+
+
+
diff --git a/Chapter ZIPs/JavaScript/ch6/ex_6_19.html b/Chapter ZIPs/JavaScript/ch6/ex_6_19.html
new file mode 100755
index 0000000..1c4b118
--- /dev/null
+++ b/Chapter ZIPs/JavaScript/ch6/ex_6_19.html
@@ -0,0 +1,147 @@
+
+
+
Enter your information in the boxes. After you are satisfied with each entry, press the OK
+button to see the information displayed below. Use the TAB key to move from box to box and don't
+be surprised by where the TABs take you.
+
+
+
+
+
+
+
+
+
+
+
Your information:
+
First name:
+Last name:
+Nickname:
+Dream car:
+Favorite meal:
+Vacation desired:
+
+
+
diff --git a/Chapter ZIPs/JavaScript/ch6/ex_6_2.html b/Chapter ZIPs/JavaScript/ch6/ex_6_2.html
new file mode 100755
index 0000000..0d3d294
--- /dev/null
+++ b/Chapter ZIPs/JavaScript/ch6/ex_6_2.html
@@ -0,0 +1,19 @@
+
+
+
Example 6.2
+
+
+
+
+
+
diff --git a/Chapter ZIPs/JavaScript/ch6/ex_6_3.html b/Chapter ZIPs/JavaScript/ch6/ex_6_3.html
new file mode 100755
index 0000000..a897008
--- /dev/null
+++ b/Chapter ZIPs/JavaScript/ch6/ex_6_3.html
@@ -0,0 +1,53 @@
+
+
+
Exercise 6.3
+
+
+
+
+
+
+
diff --git a/Chapter ZIPs/JavaScript/ch6/ex_6_4.html b/Chapter ZIPs/JavaScript/ch6/ex_6_4.html
new file mode 100755
index 0000000..b289ae3
--- /dev/null
+++ b/Chapter ZIPs/JavaScript/ch6/ex_6_4.html
@@ -0,0 +1,34 @@
+
+
+
Example 6.4
+
+
+
+
+
+
+
+
The avatar you selected is: kitty
+
+
+
+
\ No newline at end of file
diff --git a/Chapter ZIPs/JavaScript/ch6/ex_6_5.html b/Chapter ZIPs/JavaScript/ch6/ex_6_5.html
new file mode 100755
index 0000000..5fb96d4
--- /dev/null
+++ b/Chapter ZIPs/JavaScript/ch6/ex_6_5.html
@@ -0,0 +1,50 @@
+
+
+
Example 6.5
+
+
+
+
+
+
diff --git a/Chapter ZIPs/JavaScript/ch6/ex_6_6.html b/Chapter ZIPs/JavaScript/ch6/ex_6_6.html
new file mode 100755
index 0000000..a0b6322
--- /dev/null
+++ b/Chapter ZIPs/JavaScript/ch6/ex_6_6.html
@@ -0,0 +1,66 @@
+
+
+
Example 6.6
+
+
+
+
+
+
+
+
diff --git a/Chapter ZIPs/JavaScript/ch6/ex_6_7.html b/Chapter ZIPs/JavaScript/ch6/ex_6_7.html
new file mode 100755
index 0000000..d711d1c
--- /dev/null
+++ b/Chapter ZIPs/JavaScript/ch6/ex_6_7.html
@@ -0,0 +1,13 @@
+
+
+
Example 6.7
+
+
+
+
+
diff --git a/Chapter ZIPs/JavaScript/ch6/ex_6_8.html b/Chapter ZIPs/JavaScript/ch6/ex_6_8.html
new file mode 100755
index 0000000..aef9187
--- /dev/null
+++ b/Chapter ZIPs/JavaScript/ch6/ex_6_8.html
@@ -0,0 +1,91 @@
+
+
+
Example 6.8
+
+
+
+
+
+
+
+
diff --git a/Chapter ZIPs/JavaScript/ch6/ex_6_9.html b/Chapter ZIPs/JavaScript/ch6/ex_6_9.html
new file mode 100755
index 0000000..ee07cc5
--- /dev/null
+++ b/Chapter ZIPs/JavaScript/ch6/ex_6_9.html
@@ -0,0 +1,16 @@
+
+
+
Example 6.9
+
+
+
+
+ Enter your comments or questions below
+ This box uses the default values for rows and columns and has no initial value:
+
+ This box is set to 3 rows and 15 columns and has text that appears initially:
+
+ This box is set to 7 rows and 80 columns and has inital text:
+
+
+
diff --git a/Chapter ZIPs/JavaScript/ch6/greg.css b/Chapter ZIPs/JavaScript/ch6/greg.css
new file mode 100755
index 0000000..eefbd08
--- /dev/null
+++ b/Chapter ZIPs/JavaScript/ch6/greg.css
@@ -0,0 +1,121 @@
+body { background-color: #000040;
+ background-image: url(background.gif);
+ color: #88ffff;
+ font-family: Verdana, Arial, sans-serif;
+}
+#container { margin-left: auto;
+ margin-right: auto;
+ width:80%;
+ min-width:700px;
+ }
+
+
+#logo {
+ text-align:center;
+ margin: 0;
+ font-family: Geneva, Arial, Helvetica, sans-serif;
+ padding-top: 30px;
+ padding-bottom: 20px;
+
+}
+#nav {
+ float: left;
+ width: 200px;
+ padding-top: 10px;
+ text-align:left;
+ color: #88FFFF;
+ font-size: 12px;
+}
+#nav a {text-decoration:none;
+ margin: 15px;
+ display: block;
+ color: #88FFFF;
+ font-size: 12px;
+}
+#content {
+ margin-left: 150px;
+ padding: 30px;
+ overflow:auto;
+ border: medium groove #88FFFF;
+ line-height: 135%;
+
+}
+
+.floatright {padding-left:20px;
+ float:right;
+ }
+.floatleft {
+ float:left;
+ padding: 30px 0px 20px;
+}
+#footer { font-size: .60em;
+ font-style: italic;
+ text-align: center;
+ border-top: 2px double #000040;
+ padding-top: 20px;
+ padding-bottom: 20px;
+}
+
+h2 { text-transform: uppercase;
+ color: #88ffff;
+ font-size: 1.2em;
+ border-bottom: 1px none;
+ margin-right: 20px;
+}
+h3 {
+ color: #88ffff;
+ font-size: 1.2em;
+ border-bottom: 1px solid #000000;
+ margin-right: auto;
+ text-align: left;
+ padding-top: 10px;
+ padding-right: 20px;
+ padding-bottom: 10px;
+ padding-left: 20px;
+ line-height: 120%;
+}
+.details { padding-left:20%;
+ padding-right:20%;
+}
+
+
+img {border:0; }
+
+
+.content {
+ margin: 20px;
+ padding: 20px;
+ height: 3700px;
+ width: 500px;
+}
+a {text-decoration:none;
+ margin: 15px;
+ display: block;
+ color: #88FFFF;
+ font-size: 12px;
+}
+a:hover {
+ color: #000040;
+ background-color: #88ffff;
+}
+span {
+ font-size: 20px;
+ font-weight: bold;
+ font-family: "Courier New", Courier, mono;
+ color: #88ffff;
+ background-position: center center;
+ text-align: center;
+ vertical-align: middle;
+}
+table {
+ border-collapse: collapse
+}
+td {
+ border: 2px solid #88ffff;
+ width: 5em;
+ color: #88ffff;
+}
+.nobdr {
+ border: none;
+ cell-padding: 5px;
+}
diff --git a/Chapter ZIPs/JavaScript/ch6/greg/greg.css b/Chapter ZIPs/JavaScript/ch6/greg/greg.css
new file mode 100755
index 0000000..eefbd08
--- /dev/null
+++ b/Chapter ZIPs/JavaScript/ch6/greg/greg.css
@@ -0,0 +1,121 @@
+body { background-color: #000040;
+ background-image: url(background.gif);
+ color: #88ffff;
+ font-family: Verdana, Arial, sans-serif;
+}
+#container { margin-left: auto;
+ margin-right: auto;
+ width:80%;
+ min-width:700px;
+ }
+
+
+#logo {
+ text-align:center;
+ margin: 0;
+ font-family: Geneva, Arial, Helvetica, sans-serif;
+ padding-top: 30px;
+ padding-bottom: 20px;
+
+}
+#nav {
+ float: left;
+ width: 200px;
+ padding-top: 10px;
+ text-align:left;
+ color: #88FFFF;
+ font-size: 12px;
+}
+#nav a {text-decoration:none;
+ margin: 15px;
+ display: block;
+ color: #88FFFF;
+ font-size: 12px;
+}
+#content {
+ margin-left: 150px;
+ padding: 30px;
+ overflow:auto;
+ border: medium groove #88FFFF;
+ line-height: 135%;
+
+}
+
+.floatright {padding-left:20px;
+ float:right;
+ }
+.floatleft {
+ float:left;
+ padding: 30px 0px 20px;
+}
+#footer { font-size: .60em;
+ font-style: italic;
+ text-align: center;
+ border-top: 2px double #000040;
+ padding-top: 20px;
+ padding-bottom: 20px;
+}
+
+h2 { text-transform: uppercase;
+ color: #88ffff;
+ font-size: 1.2em;
+ border-bottom: 1px none;
+ margin-right: 20px;
+}
+h3 {
+ color: #88ffff;
+ font-size: 1.2em;
+ border-bottom: 1px solid #000000;
+ margin-right: auto;
+ text-align: left;
+ padding-top: 10px;
+ padding-right: 20px;
+ padding-bottom: 10px;
+ padding-left: 20px;
+ line-height: 120%;
+}
+.details { padding-left:20%;
+ padding-right:20%;
+}
+
+
+img {border:0; }
+
+
+.content {
+ margin: 20px;
+ padding: 20px;
+ height: 3700px;
+ width: 500px;
+}
+a {text-decoration:none;
+ margin: 15px;
+ display: block;
+ color: #88FFFF;
+ font-size: 12px;
+}
+a:hover {
+ color: #000040;
+ background-color: #88ffff;
+}
+span {
+ font-size: 20px;
+ font-weight: bold;
+ font-family: "Courier New", Courier, mono;
+ color: #88ffff;
+ background-position: center center;
+ text-align: center;
+ vertical-align: middle;
+}
+table {
+ border-collapse: collapse
+}
+td {
+ border: 2px solid #88ffff;
+ width: 5em;
+ color: #88ffff;
+}
+.nobdr {
+ border: none;
+ cell-padding: 5px;
+}
diff --git a/Chapter ZIPs/JavaScript/ch6/greg/images/bunny.jpg b/Chapter ZIPs/JavaScript/ch6/greg/images/bunny.jpg
new file mode 100755
index 0000000..894cd03
Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch6/greg/images/bunny.jpg differ
diff --git a/Chapter ZIPs/JavaScript/ch6/greg/images/elf.jpg b/Chapter ZIPs/JavaScript/ch6/greg/images/elf.jpg
new file mode 100755
index 0000000..e860b56
Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch6/greg/images/elf.jpg differ
diff --git a/Chapter ZIPs/JavaScript/ch6/greg/images/ghost.jpg b/Chapter ZIPs/JavaScript/ch6/greg/images/ghost.jpg
new file mode 100755
index 0000000..dce7323
Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch6/greg/images/ghost.jpg differ
diff --git a/Chapter ZIPs/JavaScript/ch6/greg/images/princess.jpg b/Chapter ZIPs/JavaScript/ch6/greg/images/princess.jpg
new file mode 100755
index 0000000..02553af
Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch6/greg/images/princess.jpg differ
diff --git a/Chapter ZIPs/JavaScript/ch6/greg/images/superhero.jpg b/Chapter ZIPs/JavaScript/ch6/greg/images/superhero.jpg
new file mode 100755
index 0000000..72f5f62
Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch6/greg/images/superhero.jpg differ
diff --git a/Chapter ZIPs/JavaScript/ch6/greg/images/wizard.jpg b/Chapter ZIPs/JavaScript/ch6/greg/images/wizard.jpg
new file mode 100755
index 0000000..a98cbbc
Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch6/greg/images/wizard.jpg differ
diff --git a/Chapter ZIPs/JavaScript/ch6/greg/signin.html b/Chapter ZIPs/JavaScript/ch6/greg/signin.html
new file mode 100755
index 0000000..bb5e08b
--- /dev/null
+++ b/Chapter ZIPs/JavaScript/ch6/greg/signin.html
@@ -0,0 +1,204 @@
+
+
+
+
+
Greg's Gambits | Player Inventory
+
+
+
+
+
+
+
+
Your Information and Inventory
+
+
+
+
Tell Greg About You
+
+
+
+
+
+
+
Your information
+Your name:
+Username:
+Player points:
+Avatar:
+Weapons:
+
+
+
+Supplies:
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Chapter ZIPs/JavaScript/ch6/images/bunny.jpg b/Chapter ZIPs/JavaScript/ch6/images/bunny.jpg
new file mode 100755
index 0000000..894cd03
Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch6/images/bunny.jpg differ
diff --git a/Chapter ZIPs/JavaScript/ch6/images/elf.jpg b/Chapter ZIPs/JavaScript/ch6/images/elf.jpg
new file mode 100755
index 0000000..e860b56
Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch6/images/elf.jpg differ
diff --git a/Chapter ZIPs/JavaScript/ch6/images/ghost.jpg b/Chapter ZIPs/JavaScript/ch6/images/ghost.jpg
new file mode 100755
index 0000000..dce7323
Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch6/images/ghost.jpg differ
diff --git a/Chapter ZIPs/JavaScript/ch6/images/princess.jpg b/Chapter ZIPs/JavaScript/ch6/images/princess.jpg
new file mode 100755
index 0000000..da5f3f1
Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch6/images/princess.jpg differ
diff --git a/Chapter ZIPs/JavaScript/ch6/images/wizard.jpg b/Chapter ZIPs/JavaScript/ch6/images/wizard.jpg
new file mode 100755
index 0000000..a98cbbc
Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch6/images/wizard.jpg differ