Oracle Validated Configurationsへコメントする

わかんないことは、各Summaryに

<script language="javascript">
function mailpage()
{
mail_str = "mailto:?subject=Thought this might interest you: " + document.title;
mail_str += "&body=I thought you might be interested in this: " + document.title;
mail_str += ". %0A%0AYou can view it at, " + location.href; 
location.href = mail_str;
}
</script>
<a href="javascript:mailpage()"><img src="http://oracleimg.com/admin/images/email.gif" width="17" height="15" border="0"></a> <A class=navlink href="javascript:mailpage()">E-mail this page</a>

というのがあるので、メールしてみる。返事来るかなぁ。