Hello, I am very new to JavaScript and I was wondering if it is possible to have a function place a textbox in the textarea of a forum I administrate. The purpose of this is for the dice roller I coded. It currently does a doInsert of the roll results that my members can easily edit to suit their needs. I want it to place a readonly textbox in the textarea they type prior to their submission of the post so that they can see what they rolled and continue on with the story without being able to edit it. I have heard of a few commands like EMBED and OBJECT, but (if those work that way) how would I go about using it?