- function displayFullName(firstName, lastName) {
- if(lastName != null) { //@@ Appnds only when last name exists
- return (firstName + ' ' + lastName);
- } else {
- return firstName;
- }
- }
|
|
|
Top Javascript / DHTML / Ajax Forum Contributors
|
|
Quick Browse:
Communities / Archives XML / CSS | HTML | Javascript | PHP | Perl | Visual Basic | Python | C++ / C | Java | .NET / C# / VB / XML / ASP.net | ASP PostgreSQL | MS SQL | Oracle | IBM DB2 | MS Access | MySQL About Bytes | Sitemap | Privacy Policy | Terms of Use Copyright 1995-2008 Bytes.com. All rights Reserved |