i want program chatroom and private chat between user .
in click on each user name in chat sidebar open new page like chatbox with beautiful layer and without standard button like close or minimize .
example : pic
Code
<a href="javavoid()" onclick="privatechat()">User1</a>
<a href="javavoid()" onclick="privatechat()">User2</a>
<a href="javavoid()" onclick="privatechat()">User3</a>
how i can design this page and open this page when click on name?
Well If I understand you correctly you are indeed looking to create a web-based chat application (like the Facebook chat), am I right?
We won’t be able to provide code for you, that is your job, but instead I could give you a resource to a tutorial that you mind find useful.
http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/
Or you might find any useful script here http://php.resourceindex.com/Complete_Scripts/Chat/
Best luck to you!