timmy Posted January 10, 2001 Posted January 10, 2001 okay. so in my page i have this code: <a href="[FMP-field: address]">[FMP-field: address]</a> where address is a field with a valid url as data but when i try this i get an error message that says : This program does not support the protocol for accessing '[FMP-field: address]' I'm lost.
Keith M. Davie Posted January 10, 2001 Posted January 10, 2001 This is only a guess, but I would guess that that is a prohibited term. You may need to rename your field if you have named it "address". Probably best to avoid that term and "url" and "ip". There exist tags [fmp-clientaddress] and [fmp-clientip]. You may need to tune into these as an option. Peace Keith M. Davie
Vaughan Posted January 15, 2001 Posted January 15, 2001 Here is the code that I have in a format file that displays a field as a mailto link: <A HREF="mailto:[FMP-FIELD: SenderEmail]"><B>[FMP-FIELD: SenderName]</B></A> It's important that the field "SenderEmail" has a *valid* email address or an error message will appear when the web user clicks on it. In your case, does the field have a valid url or path in it? It the error generated by the browser, the server or Web companion?
Rainer Posted February 1, 2001 Posted February 1, 2001 quote: <a href="[FMP-field: address]">[FMP-field: address]</a> This program does not support the protocol for accessing '[FMP-field: address]' Does your address field contain special characters? Avoid encoding them by using [FMP-field:address,raw]!
Anatoli Posted February 4, 2001 Posted February 4, 2001 quote: Originally posted by Rainer: Does your address field contain special characters? Avoid encoding them by using [FMP-field:address,raw]! Or [FMP-field: address, URL]
Recommended Posts
This topic is 8761 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