Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
213 lines (199 sloc)
9.23 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Student Art Challenge</title> | |
| <script> | |
| <!-- | |
| // Heinle's function for retrieving a cookie. | |
| function getCookie(name){ | |
| var cname = name + "="; | |
| var dc = document.cookie; | |
| if (dc.length > 0) { | |
| begin = dc.indexOf(cname); | |
| if (begin != -1) { | |
| begin += cname.length; | |
| end = dc.indexOf(";", begin); | |
| if (end == -1) end = dc.length; | |
| return unescape(dc.substring(begin, end)); | |
| } | |
| } | |
| return null; | |
| } | |
| // An adaptation of Dorcht's function for setting a cookie. | |
| function setCookie(name, value, expires, path, domain, secure) { | |
| document.cookie = name + "=" + escape(value) + | |
| ((expires == null) ? "" : "; expires=" + expires.toGMTString()) + | |
| ((path == null) ? "" : "; path=" + path) + | |
| ((domain == null) ? "" : "; domain=" + domain) + | |
| ((secure == null) ? "" : "; secure"); | |
| } | |
| // An adaptation of Dorcht's function for deleting a cookie. | |
| function delCookie (name,path,domain) { | |
| if (getCookie(name)) { | |
| document.cookie = name + "=" + | |
| ((path == null) ? "" : "; path=" + path) + | |
| ((domain == null) ? "" : "; domain=" + domain) + | |
| "; expires=Thu, 01-Jan-70 00:00:01 GMT"; | |
| } | |
| } | |
| //set expiration date 3 years ahead | |
| var expiration = new Date(); | |
| expiration.setTime(expiration.getTime() + 6442450941); | |
| setCookie('A1', "Nothing", expiration) | |
| setCookie('B1', "Nothing", expiration) | |
| setCookie('C1', "Nothing", expiration) | |
| setCookie('A2', "Nothing", expiration) | |
| setCookie('B2', "Nothing", expiration) | |
| setCookie('C2', "Nothing", expiration) | |
| setCookie('A3', "Nothing", expiration) | |
| setCookie('B3', "Nothing", expiration) | |
| setCookie('C3', "Nothing", expiration) | |
| //setCookie('A1', "JR", expiration) | |
| //setCookie('B1', "CM", expiration) | |
| //setCookie('C1', "BP", expiration) | |
| //setCookie('A2', "BP", expiration) | |
| //setCookie('B2', "CM", expiration) | |
| //setCookie('C2', "JR", expiration) | |
| //setCookie('A3', "CM", expiration) | |
| //setCookie('B3', "BP", expiration) | |
| //setCookie('C4', "JR", expiration) | |
| //function Change(Dir) { | |
| //var x = getCookie("x") | |
| //var y = getCookie("y") | |
| //var z = getCookie("z") | |
| //var d = getCookie("d") | |
| //--> | |
| </script> | |
| </head> | |
| <body BGCOLOR="#000000" BACKGROUND="redblack.gif" text="#FFFFFF" vlink="#FFFFFF" | |
| link="#FFFFFF" alink="#000000"> | |
| <table CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="608"> | |
| <tr> | |
| <td WIDTH="116" VALIGN="TOP"><p align="center"><br> | |
| <a href="index.html"><strong><u>Home Page</u></strong></a></p> | |
| <hr noshade color="#000000"> | |
| <p align="center"><a href="calendar.html"><strong><u>Calendar</u></strong></a></p> | |
| <hr noshade color="#000000"> | |
| <p align="center"><a href="sports.html"><strong><u>Sports Schedule</u></strong></a></p> | |
| <hr noshade color="#000000"> | |
| <p align="center"><a href="menu.html"><strong><u>Lunch Menu</u></strong></a></p> | |
| <hr noshade color="#000000"> | |
| <p align="center"><a href="homework.html"><strong><u>Homework Listings</u></strong></a></p> | |
| <hr noshade color="#000000"> | |
| <p align="center"><a href="news.html"><strong><u>School Newsletter</u></strong></a></p> | |
| <hr noshade color="#000000"> | |
| <p align="center"><a href="tour.html"><strong><u>Virtual Tour</u></strong></a></p> | |
| <hr noshade color="#000000"> | |
| <p align="center"><a href="links.html"><strong>Academic Links</strong></a></p> | |
| <hr noshade color="#000000"> | |
| <font color="#000000" size="4"><em><a href="mailto:question@arrsd.mec.edu"><p | |
| align="center"></a><img src="email.jpg" alt="email.jpg (870 bytes)" WIDTH="36" HEIGHT="15"><br> | |
| </em></font><a href="mailto:question@arrsd.mec.edu"><font size="3"><strong>Email Questions | |
| Comments?</strong></font></a></td> | |
| <td WIDTH="20"></td> | |
| <td WIDTH="472" VALIGN="top"><p align="center"><img src="banner.gif" alt="Welcome To AHS" | |
| WIDTH="462" HEIGHT="59"><br> | |
| <br> | |
| <font face="Arial" size="4" color="#FF0000"><strong><em>Student Art Challenge #1</em></strong></font></p> | |
| <p align="left"><font face="Courier" color="#000000">.....</font>Instructions: Select the | |
| button to the left of the initials of the artist you think did the artwork. BP = Ben | |
| Pease. CM = Chris Milusich. JR = Jesse Rix. When you are done, click the Submit button at | |
| the bottom.</p> | |
| <table border="1" width="100%"> | |
| <tr> | |
| <td width="33%"><p align="center"><img src="images/gpic4l.jpg" width="150" height="193"></p> | |
| <form> | |
| <div align="center"><center><p><input type="radio" value="V1" name="R1" | |
| onclick="setCookie('A1', 'BP', expiration)"> <font size="2">BP <input type="radio" | |
| value="V1" name="R1" onclick="setCookie('A1', 'CM', expiration)"> CM <input type="radio" | |
| value="V1" name="R1" onclick="setCookie('A1', 'JR', expiration)"> JR </font></p> | |
| </center></div> | |
| </form> | |
| </td> | |
| <td width="33%"><p align="center"><img src="images/gpic33l.jpg" width="150" height="193"></p> | |
| <form> | |
| <div align="center"><center><p><input type="radio" value="V1" name="R1" | |
| onclick="setCookie('B1', 'BP', expiration)"> <font size="2">BP <input type="radio" | |
| value="V1" name="R1" onclick="setCookie('B1', 'CM', expiration)"> CM <input type="radio" | |
| value="V1" name="R1" onclick="setCookie('B1', 'JR', expiration)"> JR</font></p> | |
| </center></div> | |
| </form> | |
| </td> | |
| <td width="34%"><p align="center"><img src="images/gpic31l.jpg" width="150" height="193"></p> | |
| <form> | |
| <div align="center"><center><p><input type="radio" value="V1" name="R1" | |
| onclick="setCookie('C1', 'BP', expiration)"> <font size="2">BP <input type="radio" | |
| value="V1" name="R1" onclick="setCookie('C1', 'CM', expiration)"> CM <input type="radio" | |
| value="V1" name="R1" onclick="setCookie('C1', 'JR', expiration)"> JR</font></p> | |
| </center></div> | |
| </form> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="33%"><p align="center"><img src="images/gpic34l.jpg" width="150" height="193"></p> | |
| <form> | |
| <div align="center"><center><p><input type="radio" value="V1" name="R1" | |
| onclick="setCookie('A2', 'BP', expiration)"> <font size="2">BP <input type="radio" | |
| value="V1" name="R1" onclick="setCookie('A2', 'CM', expiration)"> CM <input type="radio" | |
| value="V1" name="R1" onclick="setCookie('A2', 'JR', expiration)"> JR</font></p> | |
| </center></div> | |
| </form> | |
| </td> | |
| <td width="33%"><p align="center"><img src="images/gpic21l.jpg" width="150" height="193"></p> | |
| <form> | |
| <div align="center"><center><p><input type="radio" value="V1" name="R1" | |
| onclick="setCookie('B2', 'BP', expiration)"> <font size="2">BP <input type="radio" | |
| value="V1" name="R1" onclick="setCookie('B2', 'CM', expiration)"> CM <input type="radio" | |
| value="V1" name="R1" onclick="setCookie('B2', 'JR', expiration)"> JR</font></p> | |
| </center></div> | |
| </form> | |
| </td> | |
| <td width="34%"><p align="center"><img src="images/gpic2l.jpg" width="150" height="193"></p> | |
| <form> | |
| <div align="center"><center><p><input type="radio" value="V1" name="R1" | |
| onclick="setCookie('C2', 'BP', expiration)"> <font size="2">BP <input type="radio" | |
| value="V1" name="R1" onclick="setCookie('C2', 'CM', expiration)"> CM <input type="radio" | |
| value="V1" name="R1" onclick="setCookie('C2', 'JR', expiration)"> JR</font></p> | |
| </center></div> | |
| </form> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="33%"><p align="center"><img src="images/gpic24l.jpg" width="150" height="193"></p> | |
| <form> | |
| <div align="center"><center><p><input type="radio" value="V1" name="R1" | |
| onclick="setCookie('A3', 'BP', expiration)"> <font size="2">BP <input type="radio" | |
| value="V1" name="R1" onclick="setCookie('A3', 'CM', expiration)"> CM <input type="radio" | |
| value="V1" name="R1" onclick="setCookie('A3', 'JR', expiration)"> JR</font></p> | |
| </center></div> | |
| </form> | |
| </td> | |
| <td width="33%"><p align="center"><img src="images/gpic32l.jpg" width="150" height="193"></p> | |
| <form> | |
| <div align="center"><center><p><input type="radio" value="V1" name="R1" | |
| onclick="setCookie('B3', 'BP', expiration)"> <font size="2">BP <input type="radio" | |
| value="V1" name="R1" onclick="setCookie('B3', 'CM', expiration)"> CM <input type="radio" | |
| value="V1" name="R1" onclick="setCookie('B3', 'JR', expiration)"> JR</font></p> | |
| </center></div> | |
| </form> | |
| </td> | |
| <td width="34%"><p align="center"><img src="images/gpic1l.JPG" width="150" height="193"></p> | |
| <form> | |
| <div align="center"><center><p><input type="radio" value="V1" name="R1" | |
| onclick="setCookie('C3', 'BP', expiration)"> <font size="2">BP <input type="radio" | |
| value="V1" name="R1" onclick="setCookie('C3', 'CM', expiration)"> CM <input type="radio" | |
| value="V1" name="R1" onclick="setCookie('C3', 'JR', expiration)"> JR</font></p> | |
| </center></div> | |
| </form> | |
| </td> | |
| </tr> | |
| </table> | |
| <form> | |
| <div align="center"><center><p><input type="button" value="Submit" name="B1" | |
| onclick="document.location.href='http://www.arrsd.mec.edu/artgresult.html'"></p> | |
| </center></div> | |
| </form> | |
| </td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |