nati Posted December 17, 2002 Posted December 17, 2002 <td> [FMP-IF:url.eq.""][FMP-Field:name] [FMP-Else] <a href="[FMP-field:url]" target="_blank">[FMP-Field:name]</a>[/FMP-IF] </td> This should show that if the field "url" is blank then the field "name" and otherwise the field "name" as link and open in new window if clicked, yes? They all show as link and open in new window but if "url" is blank then new window of same window comes up. many thanks, nati
Garry Claridge Posted December 17, 2002 Posted December 17, 2002 Try this: <td> [FMP-IF:url.eq.][FMP-Field:name] [FMP-Else] <a href="[FMP-field:url]" target="_blank">[FMP-Field:name]</a>[/FMP-IF] </td> All the best. Garry
Recommended Posts
This topic is 8111 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 accountSign in
Already have an account? Sign in here.
Sign In Now