2

how to display message value of form message field in pop box in javascript

1
  • Depends on how fancy you want it to be. alert("Message"); is the standard. If you want a more fancy popup, you can try facebox. Commented Jan 11, 2011 at 13:12

3 Answers 3

5

without using any frameworks, you can simply use

alert('message');

or

confirm('sure?');

or

prompt('insert something:');
Sign up to request clarification or add additional context in comments.

Comments

1

See the jQuery UI http://jqueryui.com/demos/dialog/

Comments

0

To look it professional, fancybox is a option. Check out http://fancybox.net/

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.