[JS] Name Alert
by Administrator on Saturday, October 18th, 2008 | Comments Off
MisaelRoman posted video:
This java script popup asks for the persons name on entry to your page, or whatever question you want to ask, then shows the answer on your page when filled in.
You can change the question in this line
Response=prompt (“What is your name?”, “”);
And change “Hello” to reflect your question in this line;
alert (“Hello, ” + Response + “!”);


