Welcome, . This is how you can write name of your visiter on your page. Just copy the following cods. Ok ?.
NAME WRITER
Following is the code which go in to your head part of your page.:
<script>var name=prompt("Your name request here","")</script>
Following is the code which go in to you body part:
<script>document.write(name);</script>