A user reports the content of a post as "improper" to admin. The form is saved in a database and shown as part of a grid of private messages received. I need an easy way for the admin to link back to the improper message by including the data about it at the end of the user note (transparently to the user). I could modify the form, the database and the private messages list and use the message data by passing it in an hidden field, but I though that with a link in the textarea message I could do the same. So, an HTML tag included i a text cannot be rendered eh? Thank you Michael
>A textarea tag will not render HTML. It will only render it as text. Is >this HTML something that needs to be edited? Why does it need to be in >the textarea? > >Maybe I am drawning in a glass of water here Michael, it is my >newbeness, please bear with me : > >If I include this html code in the content of a textarea : >.... <a href = "doThis.fm?url=this ...">Go here</a> ... >the output of the textarea still shows the html code. >How do I get "... Go Here ..." which is active, in the output? > >I understand that in FCK you can switch between html and normal text >while composing, but I need to use a simple textarea here. There could >possibly be a function that renders the html tags in a text? > >Thank you Michael ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3397 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
