April 26, 200124 yr Newbies <html> <head> All previous pages with cdml tags process just fine. I try to run this one and it just displays the the tag itself not the result. has anyone seen this? it is driving me crazy <title>Untitled</title> </head> <body> [FMP-ClientType] </body> </html>
April 26, 200124 yr Just a thought: is it [FMP-Client_Type] in know the lasso tag is [Client_Type] this tag requires a post action from the originating page
April 26, 200124 yr Author Newbies What is the best way to do this. I hard coded the preceeding link so it had fmpro?-db=xxx....-view This worked, put is there and easier way to do this then coding each link to access the database?
April 27, 200124 yr If a page has CDML on it then it has to be pre-processed by Web Companion before viewing. Many people do this by making a "loader" page, a simple html page with a meta-refresh that loads a url with all the necessary CDML actions in it: FMPro?-db=....-view or -find etc.
Create an account or sign in to comment