I am using 2 frames. The left frame deals with site navigation and user login. Currently, when my user logs in I validate the login and then find the first name and lastname of the user and hold the values in strFirstName and strLastName.

Once I have this information I then display a message to the user, which is: Welcome Firstname Lastname.

However, I want to display this welcome message in the right frame. Is this possible. If so, how do I code it please ?