innerhtml.html
798 Bytes
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>HTMLを読み込む</title>
<script type="text/javascript" src="innerhtml.js"></script>
</head>
<body bgcolor="#ffffff">
<div>
<form action="">
<input type="radio" name="loc" value="1" id="tokyo" />東京の天気
<input type="radio" name="loc" value="2" id="nagoya" />名古屋の天気
<input type="radio" name="loc" value="3" id="osaka" />大阪の天気
</form>
</div>
<br />
<br />
<div id="content">ラジオボタンにチェックを入れてください。</div>
</body>
</html>