Fill out the form below to create a basic HTML page.
Replace the text you are reading now with the text of your choice.
The code will be shown here.
var displaycode = document.pageform.mycode.value; openWin("","somename",400,200,100,40,"none"); myWindow.document.write(displaycode); myWindow.focus(); myWindow.document.close();