Javascript - Showing a goodbye message to visitors

Last update on November 5, 2009 11:45 AM by jak58
Published by netty5

Javascript - Showing a goodbye message to visitors










It is sometimes very pleasant to display a message thanking the visitors of your site to their crossing. This trick is to show you how.

The JavaScript function


Copy / Paste this code between the <head> </ head> of your html page

<script language="javascript">
function bye()
{
      // You can edit the alert text ("Thank you for visiting my site and see you soon!");
}
</script>

Using the Script


To use this function, you just have to add the onUnload event in the tag <body>

<body onUnload="bye();">

Note

  • This must be done on all pages of your site.
Best answers for « Javascript Showing a goodbye message to visitors » in :
Write an automatic message in Outlook / Thunderbird Show Write an automatic message in Outlook / Thunderbird You go on vacation and want to inform your interlocutors. Outlook and Mozilla integrate their solutions in the opportunity to respond automatically. Please note, these features do not work...
How to display a visitor IP address? Show How to display a visitor’s IP address? Simple method Displaying IP in a graphic mode Show IP Display visitor's IP Address in a graphic with this simple php code. Consider that: Your...
Centering vertically a web page ShowCentering vertically a web page e .js file e .html file Centering vertically a web page; consider it as a waste time trying to achieve it with CSS. The most practical solution is to use JavaScript. e .js file Copy/paste the...
Display Thanks message to website visitors ShowDisplay Thanks message to website visitors JavaScript 1.La You should agree with me that it is very to receive a message thanking your for visiting a website. In this tips, we will show you to proceed in view to display a...
Show what you are listening to on MSN/WLM ShowShow what you are listening to on MSN/WLM Windows Media Player The Winamp Player The VLC Media Player The Foobar 2000 player When we are connected to instant messaging Windows Live Messenger, it is possible to display and use...
Download Yahoo Messenger Hider ShowWhen you are in the office or in a place of study, normally you are not there to use the customers of freight forwarding, but to work. Then how to discuss calmly without stress?! Yahoo Messenger Hider is a tool allowing to hide any activities around...
Webmastering - Developing Visitor Loyalty ShowThe Concept of Developing Loyalty Attracting potential new clients with promotional tools is essential, but that does not mean that loyal customers should be neglected. Studies have shown that it is more profitable to pamper loyal visitors that to...
Messaging protocols (SMTP,POP3 and IMAP4) ShowIntroduction to e-mail E-mail is considered as being the most widely used service on the Internet. So the TCP/IP protocol suite offers a range of protocols allowing the easy management of email routing over the network. The SMTP protocol The...