You are on page 1of 1

?

> <html> <head> <title>Chat Room Example</title> <script


src="js/jquery.min.js"></script> <script src="js/main.js"></script> <link
rel="stylesheet" href="css/main.css" /> </head> <body> <div
id="view_ajax"></div> <div id="ajaxForm"> <input type="text"
id="chatInput" /><input type="button" value="Send" id="btnSend" /> </div>
</body> </html> <?

You might also like