English
<!-- Add the following code to the <body> area--> <SCRIPT> function run(){ { str=test.value; go=open('','Run',''); go.document .open(); go.document.write(str); go.document.close(); } } </SCRIPT> <TEXTAREA name=test rows=10 cols=60></TEXTAREA><BR> <INPUT style ="BACKGROUND-COLOR: rgb(255,200,200)" onclick=run() type=button value=Run>