Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Exporting a record with a URL to HTM

0 views
Skip to first unread message

Killian Hennessy

unread,
Feb 23, 1999, 3:00:00 AM2/23/99
to
Hi there,
New to Filemaker and was wondering how to enter a URL into a record and
export it to HTM and have it appear as a link in the web page?

Cheers,

Killian.

Jim Seibert

unread,
Feb 23, 1999, 3:00:00 AM2/23/99
to Killian Hennessy
You can use RAW encoding in your CDML tag...
<input type="text" name="fieldname" value="[FMP-Field: fieldname, Raw]">

Also when calling the field data to HTML use [FMP-Field: fieldname, Raw]

That will keep all the <> and the quotes in raw text

Hope that helps,
Jim

Jim Seibert

unread,
Feb 23, 1999, 3:00:00 AM2/23/99
to Killian Hennessy
I guess you can also just have the following in your html page that
returns FMP data

<a href="[FMP-field: fieldname]">whatever you want here or [FMP-field:
fieldname]</a>

That'll work too.

0 new messages