You may want to set the text for a frame on the spot after a user has done a specific thing, and with the help of database information you could customize the text for the user, for example.
Changing Text in a Frame
*note: you must have frames made to do this. So, make some frames.
1. In the behaviors panel, select a browser version 3 and above.
2. In the document window, select the object you want add the behavior to. If it is the whole page, select the whole body tag, opening to closing, or click on the work <body> in the bottom of the document window.
*note: If you are using a link that doesn't need to go anywhere, put in a "#"
symbol in the URL box, or the word "Javascript:;"
ex.
3. In the Behaviors Panel select the Set Text>Set Text of frame action.
4. In the dialog box that follows, select the frame that you want new content in, then in the New html box enter in some html, and click o.k.
5. In the Behaviors Panel select an event from the pull down (ex. onMouseDown).