Ask a Question related to Coldfusion Database Access, Design and Development.
-
Lingodude #1
HTML <Href Link inside a form (HTML text box)
Hello, I am using a standard HTML Form to gather information from users and
one of the elements within the form is a text box that users will paste links
into, along with their plain text. The link could be anywhere within the text
box with text before and after it, etc. I take the text and put in into an
access db memo field. When I retreive the text, the text is truncated after
the '<' . Do I need to escape the <Href before I store the full text ?? I am
looking for a way to maintain the links as links once I query and reDisplay the
memo field content. I would rather not parse and test each chr in the field
before I right it to the db. Also, I don't have the option of adding an
additional URL field to the form. I see many examples on the web, including
CFMX based forums, but don't knmow what solution is used for managing
substrings within plain text. atm I am playing around with 'replace', but there
is probably a simpler and better way.
Lingodude Guest
-
HTML link inside a <CFMAIL> email
Hello all, I have writen a basic help desk application. When a logged call is closed i use <CFMAIL> to send a confirmation that there log has been... -
html link in dyn. text field
I have a Flash movie with a dynamic textfield in it. loaded are php and html texts by use of the (Flash)menu. I would like two things: A. a... -
binding from cfgrid in a flash form to an html link
I need to pass the Id from the flash form cfgrid to a url variable in a link. Is this possible with the new flash forms? <a... -
format dynamic text box with html : color & link
Hi! I have a dynamic textbox with the instance name : q1feedback. It is set up to accept html and I want to set a hyperlink AND a color in the... -
HTML link in dynamic text?
I can't seem to get a URL link in my dynamic imported text to work... Is it not possible? I checked the Flash Help documents and they offered very... -
BKBK #2
Re: HTML <Href Link inside a form (HTML text box)
You could replace < and > with < and > respectively before you send the text to the database.
BKBK Guest



Reply With Quote

