topical media & game development
#javascript-form-generator-main.htm / htm
<head>
<script>
#formGoesHere {
margin: 20px;
padding: 10px;
background-color: #ffedaf;
width: 225px;
height: 260px;
}
</script>
<script type="text/javascript" src="javascript-form-generator-script.js"></script>
</head>
<body>
<p>
<input type="button" onclick="createDOMForm('formGoesHere', 'test.htm')" value="Create Form"></p>
<div id="formGoesHere">
</div>
</body>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.