Ask & Print Visitors Name - Easily personalize your visitors experience by asking their name and print it on the page.
Compatible Browsers:
Chrome BrowserFirefox BrowserInternet Explorer BrowserOpera BrowserSafari Browser
Example: View Code Demo
<html> <head> <title>Ask & Print Visitors Name</title> </head> <body> <script> // Begin Name Prompt from https://snapbuilder.com Free Public Codes Library // Free to use as long as the credit lines remain in place { var name = prompt ('Please Enter Your Name',''); document.write("<center><font-face=arial,verdana color=#000 size=4>Welcome To SnapBuilder, "+name+".</font><hr noshade width=500></center>") } </script> <br /> [ YOUR CONTENT GOES HERE ] </body> </html>