• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

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

New Here ,
Apr 20, 2013 Apr 20, 2013

Copy link to clipboard

Copied

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"/>

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 20, 2013 Apr 20, 2013

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 20, 2013 Apr 20, 2013

Copy link to clipboard

Copied

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>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 20, 2013 Apr 20, 2013

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 20, 2013 Apr 20, 2013

Copy link to clipboard

Copied

This what generated from the Web Developer > Page Source. As you can see there doesn't seem to be an http://www.boeing.com/

this is what I got when I tried insert it using html code such as a <a href="http://inside.boeing.com">click</a>

&lt;a href=&quot;http://www.boeing.com">click</a>

Sort of strange.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 20, 2013 Apr 20, 2013

Copy link to clipboard

Copied

So it encoded some characters but not all?  That's odd.  It shouldn't have encoded any.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 20, 2013 Apr 20, 2013

Copy link to clipboard

Copied

LATEST

Thanks for your help. If come up with anything let me know...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation