I want to create a Web page which allows the user to type some HTML code in a box and show a live preview.
So, if the user types "<b>Hello<b>" then I want them to see the word "Hello" in bold on the same page, without having to send the HTML code back to the server.
I've seen it done, but just don't know how.
Can someone help me?
Thanks,
May
So, if the user types "<b>Hello<b>" then I want them to see the word "Hello" in bold on the same page, without having to send the HTML code back to the server.
I've seen it done, but just don't know how.
Can someone help me?
Thanks,
May