Beverly

<a href="[FMP-field:link]">[FMP-field:linktitle]</a>

If I have a table listing 50 product, and one column in the table shows a web 
link to the vendors web site.  The web site is stored in a field named "web" in 
the database.  I need the user to be able to click on a link in each table row 
that will take them to the vendors web site, and I would like the vendors web 
site to open in a new window if possible

1.  Would I create a new column in the table containing  <a 
href="[FMP-field:link]">[FMP-field:linktitle]</a>
2.  If the web address is stored in a Filemaker field named "web", would the 
following sample be a correct format?:

<a href="[FMP-field:web]">[FMP-field:web site]</a>

Reply via email to