Search Again:

Re: Passing a URL to the web interface

From: Shawn Hogan
Date: Monday, March 8, 2004
Time: 2:38:08 pm

Bryant Cafferty wrote:

> I want to put URLs in the database, so that when I'm using the web
> interface, I can have hot links to other systems using URLs. Right now, all
> the HTML tags are processed into escape characters, so there's no way to
> activate an HTML link.
>
> For example, I enter this into NOTES for a Customer:
>
> <a href="http://www.digitalpoint.com/">Go to DP site</a>
>
>
> The web interface parses it and spits this out in HTML:
>
> &#60;a href=&#34;http://www.digitalpoint.com/&#34;&#62;Go to DP
> site&#60;/a&#62;
>
>
> So the data shows as entered, and does not become hyperlinked.
>
> How do I get it to display a hyperlink?

In the isp.cust.techsupport.txt format file, you can change this:

[FMP-Field: Notes, Break]

to:

[FMP-Field: Notes, Raw]

(keep in mind carriage returns will only show if you do a <BR> after that.

- Shawn

----------------------------------
Shawn D. Hogan
President, Digital Point Solutions
http://www.digitalpoint.com
(858) 452-3696


---------------------------------------------------
To subscribe, unsubscribe or to search list archive
please visit http://www.optigold.com/lists/isp.html
---------------------------------------------------



Messages In This Thread:



Return to Digital Point Solutions' Home Page