make the innerText in the html element can not be selected
approach
style="-moz-user-select:none;" onselectstart="javascript:return false;"
onselectstart event is for ie
approach
style="-moz-user-select:none;" onselectstart="javascript:return false;"
onselectstart event is for ie