NiTrOMaN Name Prompt
Sayfaya Her Girişte Adınızı Sorar Ve Ona Göre Sizi Selamlar :)

Hoşgeldin,  ! Sayfamıza Hoşgeldin Günün Umarım iyi Geçmiştir.

Here's an easy script to make your web page a little more personalized.

Just throw this in your <head></head> tag, . Change "YOUR PROMPT MESSAGE" and "ANY INITAL VALUE" (The inital value will automatically give the user a name. If you do not want it just delete everything in the quotations.)

<script>
var name=prompt("YOUR PROMPT MESSAGE","ANY INITAL VALUE")
</script>
Now, whenever you want to use the persons name put this line in your page.

<script>document.write(name);</script>

Hosted by www.Geocities.ws

1