You said: $_REQUEST[my_text_box]"; $javascript = "alert('Hello there, I updated the HTML with what you said!')"; print $OT->fields($fields); print $OT->html($html); print $OT->javascript($javascript); } else { print << HTML was here
Enter some text:
EOT; } ?>