I want to create online WYSIWYG that will simulate the HTML codes very same as w3schools.com. I am using two iframe tags to partition the windows document area. In one halve the user will write HTML tags. The other will take the code from this and set the source code of other halve equal to this. Can somebody suggest how this can be done. Thanks in advance.