<script language=”JavaScript”>
function show_h(){var h=document.getElementById(‘tt’).style.height;alert(h.substr(0,h.length-2));}</script><input type=”text” value=”" id=”tt” style=”height:30px” onfocus=”show_h()”>
···