I have a FileMaker Web Companion account; how do I link back and forth between my web and database servers?
Because FileMaker's Web Companion plugin doesn't support virtual domains, your static HTML pages will be located on a web server, while your databases and the CDML files that interact with them will be located on a FileMaker server. thus, you will need to link back and forth between the two servers.
To link to a CDML page on the FileMaker server from a static page on the HTML server, use an explicit link like so:
<a href="http://fmproserver.forest.net/account_name/search.html">
To return to the web pages on the HTML web server, you will again use an explicit link:
<a href="http://www.yourdomain.com/path_to_file.html">