Display "Thank you for visiting our website": via JavaScript

It can be a nice idea to thank visitors for visiting your website or blog. It creates a good atmosphere in which to gain returning visitors. In this short How-To guide, we will show you how to display this message of thanks on your website using JavaScript.
JavaScript 1.La
- Copy / Paste this code between the <head> </ head> of your html page:
<script language="javascript"> function bye () ( alert ( "Thank you for visiting my site and see you soon!"), / / edit the text according to your wishes. ) </ script> 2.Appel Script
- To use this feature, simply add the event in the tag onUnload
<body onUnload="bye();">
NB: You must complete these steps on all pages.
Do you need more help with Javascript? Check out our forum!
Around the same subject
- Thanks for visiting our website
- Your account has been disabled. if you have any questions or concerns, you can visit our faq page here. > Facebook Forum
- Visiting card design software free download for pc > Download - Image composition
- Last website visited > Guide
- Account disabled your account has been disabled. if you have any questions or concerns, you can visit our faq page here. > Facebook Forum
- Account disabled Your account has been disabled. If you have any questions or co [solved] > Facebook Forum