<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>radio click</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="author" content="Roderick Divilbiss">
<meta name="copyright" content="© 2005, 2006 Roderick Divilbiss">
</head>
<body>
Have you ever done something? Yes<input type="radio" value="yes" name="r1" onclick="if (this.checked) document.getElementById('yesRelated').style.display='block';">No<input type="radio" value="no" checked name="r1" onclick="if (this.checked) document.getElementById('yesRelated').style.display='none';">
<div id="yesRelated" style="display:none;">When: <input type="text" name="when" size="20"><br>Where: <input type="text" name="where" size="50"></div>
</body>
</html>
© Coyright 2000-2008, Roderick (Rod) W. Divilbiss. Some rights reserved.
Except where otherwise noted, this site, all content, and all source code and markup is licensed under a Creative Commons License
Creative Commons License.
No part of this web site including all application code and examples may be used for commercial purposes without prior written permission from the author,
Roderick W. Divilbiss of Overland Park, Kansas, United States of America.