Do you want a messagebox/alert box? Use Javascript.
Do you want to launch a new window with the text in it? Then you'll need to capture the text on a postback, then save it off somehow or pass it to a new page in a new window thru the querystring.
Please provide a little more detail on how you want this to behave.
-
Peter