Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 8765 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

1. your results.htm is displaying data from the appropriate database.

2. your result is with a single record.

3. the field containing the url, the address with which you desire to link, is in the layout which you are accessing in that appropriate database. I will call that field "linkad"

Try this:

<a href="[fmp-field:linkad]">Try This Link</a>

I just did the above in a junk db/format collection I keep for playing with. It worked fine.

Peace

Keith M. Davie

  • Newbies
Posted

Also if the URL in the field has any special caracters try "[FMP-field: link, RAW]" this does that webcompanion dont encode it into HTML, might be usefull

Posted

quote:

Originally posted by Pengo:

Also if the URL in the field has any special caracters try "[FMP-field: link, RAW]" this does that webcompanion dont encode it into HTML, might be usefull

... or sumetimes you MUST do it in web format like "[FMP-field: link, URL]" for NN if you will have non URL characters in the URL

  • 2 weeks later...
Posted

quote:

I've tried using <a href=, but it adds the URL to

It seems to me that your URL field contains no protocol part in front of it. In this case <A HREF=http://[FMP-Field:Link,raw]> might be a solution.

This topic is 8765 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.