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 + "!");
Copy and paste the first part
into the <head>
Copy
and paste the second part into the <body> tag.