<html>
<head>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<form name="myChecklistForm">
<input type="text" name="checklistItem" />
<input type="button" onclick="processForm()" value="Add to List" />
</form>
<div id="checkList"></div>
</body>
</html>
No comments:
Post a Comment