Computer Science

How to add alert when click

I have this return: return ‘<input ‘.( ( isset( $hole_number ) && isset( $current_player_par_value ) ) ? ‘title=”#’ . $hole_number . ‘,par= ‘.$current_player_par_value.'”‘ : ” ).’ type=”text” value=”‘.$value.'” name=”row_’.$row[‘id’].’‘.$result_type.'” ‘.$disabled.’ id=”row‘.$row[‘id’].’_’.$result_type.'” style=”width:20px;” maxlength=”2″ /><a ‘.$onclick.’ Read more…

By hadi, ago