-
Welcome Message
Hi,
I'm looking for an html script that will let me have a personalized greeting when they log on to my website. In order to get to the site, they have already logged on with their user name. So for example, "Welcome username!"
Any help would greatly be appreciated!
Thanks!
-
-
Depends where the login info is stored. Oh, and it's not possible in HTML, you need some form of server-side script.
-
-
As Twey says, it all depends on how that username is stored.
Assume that *user* represents the username, whether output by php or something else. So...
<body onLoad="alert('Welcome, *user*');">
And of course you could just put a text message on the page. That will generate an alert popup, using javascript.
Totally up to you, but that is one suggestion.
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks