본문 바로가기

프로그래밍관련/html

mouse Over / Out / Click

<tr id="TrId"
      onmouseover="commonTrMouseOverOutBgChange(TrId', 'over', 'SelectPointDataInputId');"
      onmouseout="commonTrMouseOverOutBgChange('TrId', 'out', 'SelectPointDataInputId');"
      onclick="commonTrNonTypeSelectPointChange('TrId', 'SelectPointDataInputId');">