diff --git a/CodeExamples/Week2/Forms/GetValueInTexField.html b/CodeExamples/Week2/Forms/GetValueInTexField.html
index da3ec9700102ecbff8ef9b7f1fbb001b21f51262..cf8b8759ea160a84d9b643267d623319f29227e3 100755
--- a/CodeExamples/Week2/Forms/GetValueInTexField.html
+++ b/CodeExamples/Week2/Forms/GetValueInTexField.html
@@ -6,7 +6,7 @@
     </head>
 
     <body onload = "main()">
-        <form>
+        <form name='customForm'>
             Enter Value
             <input type="text" id="myTextField" value="NoValue" /><br /><br />
             <input type="button" id="displayValueButton" value="Display Value" /><br /><br />
diff --git a/LectureSlides/Week2/JS and DOM Interactions.pdf b/LectureSlides/Week2/JS and DOM Interactions.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..7508126f13886d772134c393e368a0f5a65c6f15
Binary files /dev/null and b/LectureSlides/Week2/JS and DOM Interactions.pdf differ