17) { // SHORTENS COMPANY NAME IF IT'S MORE THAN 17 CHAR
strCoName = strCoName.substring(0,15) + "...";
}
strCompanyNames += "
" + strCoName + "";
}
}
}
/***** MERGING WITH HTML CODES STARTS HERE *****/
%>
USER PROFILE
User: <%= strLogName %>
Change Password
Change e-mail address
View Profile
<%= strTitle %>
<%= strCompanyNames %>