Skip to content

Instantly share code, notes, and snippets.

@imduffy15
Created March 29, 2013 20:38
Show Gist options
  • Select an option

  • Save imduffy15/5273491 to your computer and use it in GitHub Desktop.

Select an option

Save imduffy15/5273491 to your computer and use it in GitHub Desktop.
<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