<input type="text" name="hoge" id="hoge" value="999" >
// ◆ prototype.js
$F('hoge');
// ◆ prototype.js
$F('hoge');
// ◆ prototype.js
var data = $A(document.FM.radio_id).find(function(v) {return v.checked;});
<label><input type="checkbox" id="cb1_id" name="cb1" value="あいうえお" />あいうえお</label>
// ◆ prototype.js
alert( $F('cb1') );