Here is a test bed for your page the code is in two parts place one in the head tag and the other in the body tag of your code replace these ( ) with these<<> <>>
Place this part of the code between the head tags
(script
language="JavaScript"> function
preview() {
temp = document.editor.area.value;
preWindow = open("",
"preWindow"," menubar=yes");
preWindow.document.open();
preWindow.document.write(temp);
preWindow.document.close();
};
(/script)
Place this part in the body of the code