<input type="text" name="firstName" id="firstName" onblur="trim(document.TheForm.firstName)" value="" />
上記の要素では、why がattribute onblur="trim(document.TheForm.firstName)"
使用されています。
<input type="text" name="firstName" id="firstName" onblur="trim(document.TheForm.firstName)" value="" />
上記の要素では、why がattribute onblur="trim(document.TheForm.firstName)"
使用されています。