Skip to main content
Participant
April 20, 2013
Question

Help Needed: Inserting Hyperlinks into <cftextarea richtext="true">

  • April 20, 2013
  • 1 reply
  • 1409 views

All - I have into an issue in which we can enter the hyperlink address into a <cftextarea richtext = "true"> but the hyperlink doesn't become active after entering it and/or hitting the space button. Has anyone run into this? Is there a fix? We are using the browser Firefox. We are not using IE.

Code Below:

<cftextarea richText="true" name="OperDesc" id="Desc" height=150" width="770"/>

This topic has been closed for replies.

1 reply

Inspiring
April 20, 2013

Does it become active if you submit the form and output the form field?

Participant
April 20, 2013

Hi Dan,

In answer to your question. The answer is no. I tried both methods noted below:

http://www.boeing.com/boeing/

<a href="http://www.boeing.com/boeing/">click on link</a>



Inspiring
April 20, 2013

What html gets generated from the form submission?  In other words, do the same thing and view the html source from your browser.