Created
March 29, 2013 20:38
-
-
Save imduffy15/5273491 to your computer and use it in GitHub Desktop.
This file contains hidden or 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>Webmaster Exam 2012</title> | |
| <link href='http://fonts.googleapis.com/css?family=Sevillana' rel='stylesheet' type='text/css'> | |
| <link rel="stylesheet" type="text/css" href="http://www.redbrick.dcu.ie/~vadimck/webmasterexam2012LAWL/includes/style.css" /> | |
| <script src="http://www.redbrick.dcu.ie/~vadimck/webmasterexam2012LAWL/includes/jquery-1.7.1.min.js" type="text/javascript"></script> | |
| <script type="text/javascript"> | |
| $(document).ready(function() { | |
| $.post('http://www.redbrick.dcu.ie/~vadimck/webmasterexam2012LAWL/exam.php', { valid: "bundy" }, function(data) { | |
| $('#content').html(data); | |
| }); | |
| }); | |
| </script> | |
| </head> | |
| <body> | |
| <div id="wrapper"> | |
| <h1>Webmaster Exam 2012</h1> | |
| <div id="content">Wait... this isn't the exam. Looks like there is something wrong with my javascript source code. Fix it. (10 marks)</div> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment