I am trying to make a social website.I need to create a pop up window(may be prompt box in javascript) when the user clicks on create message button.The pop up window should contain 2 text fields just like facebook message pop up window.First one for the name of the recipient and the second one for the message.I have searched a lot and could not get the correct one.
I am trying to make a social website.I need to create a pop up
Share
See the sample fiddle I ‘ve made. Make the required adjustments and use it.
Here is the sample fiddle of it.
http://jsfiddle.net/zsfE3/9/
Hope it helps