|
|
 |  |
Re: Passing a URL to the web interfaceFrom: Shawn Hogan Date: Monday, March 8, 2004
Time: 2:38:08 pmBryant 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:
>
> <a href="http://www.digitalpoint.com/">Go to DP
> site</a>
>
>
> 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
---------------------------------------------------
|

Return to Digital Point Solutions' Home Page |