Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web

CKJ - Personal Page

Personal Page

This is the name that you enter just now.

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>