Javascript - Lamin Barrow http://laminbarrow.com en-us Blog Search Results laminbarrow.com Thu, 01 Jul 2010 10:26:02 GMT http://getlara.com How to build a live comment preview with Javascript and HTML /africa/gambia/post/how-to-build-a-live-comment-preview-with-javascript-and-html In recent times, it has become quite a trendy and nifty trick to show a live comment preview on a lot of blog websites. I remember just how excited i was the first time i saw this in action on a dotnet blogengine application. In this article i will show you how to implement a live comment preview on your website with just simple javascript and HTML. Okay, to get started i will start by creating a javascript(.js) file with the following on it. function ShowCommentPreview() { // Access... Thu, 27 Mar 2008 09:46:36 GMT /africa/gambia/post/how-to-build-a-live-comment-preview-with-javascript-and-html