1. Open the following file:
under the Joomla directory: /administrator/components/com_civicrm/civicrm/CRM/Profile/Selector/Listings.php
under the Drupal directory: /sites/all/modules/civicrm//CRM/Profile/Selector/Listings.php
2. Search for home_URL (approx line 488).
3. In that section, replace this line: $row[] = "<a href=\"$url\">{$result->$name}</a>";
with this …
$row[] = "<a target=\"_blank\" href=\"$url\">{$result->$name}</a>";
---------------
To change the function in the details VIEW (after clicking on view)
/modules/civicrm/CRM/Core/BAO/modules/civicrm/CRM/Core/BAO/UFGroup.php
Line 762--> $values[$index] = "<a target=\"_blank\" href=\"$url\">{$details->$name}</a>";