
Hi,.Is it really your name?
Here is the source:
First you put this source on top of the <BODY> tag.
<script>
var name=prompt('Enter your name:')
</script>
Second paste this source to the document where you want your name to appear:
<script>document.write(name);</script>