August 11, 200025 yr Perhaps this is not the appropriate place to ask this quetion, but has anyone experience with Javascript in combination with FMP/CDML? Is it possible to store Javascript code in a FMP database and have it published using CDML and interpreted/executed at the same time? I tried som using Web Companion wut it doesn't seem to work.
August 17, 200025 yr On the format page that displays the field containing the Java, make sure you specify it as being "raw." That is... [FMP-Field: fieldname, raw] RAW prevents Web Companion from interpreting the code. Instead it just dumps the text onto the resulting web page as-is.
Create an account or sign in to comment