October 2, 200223 yr Newbies I am using the recid as a token when he first entires the site, because this is needed when the user orders products (as a relationship in a portal). this token is used troughout the entire site so that it can follow the user, but if the user ads the page he is on to his favorits in his browser the string will be automaticly copied. The user finishes the entire process in the site (buys products).(the token will then be deleted). How can I check if the the token(recid) is still there in the database. I had a idea; < body "[fmp-inlineaction:-db=otherwhererecordismade, -lay=otherlay,-recid={fmp-currenttoken},-find][fmp-if.currentfoundcount.eq.0]onload='www.firstpagewhitnewtoken.com'[fmp/if][/fmp-inlineaction" I thried this string without succes, Somebody help me....
October 2, 200223 yr One thing I can see is: ][fmp-if.currentfoundcount.eq.0] should be: ][fmp-if:currentfoundcount.eq.0] However, this page will need to be processed by FM before the CurrentToken (and CDML) is replaced. All the best. Garry
Create an account or sign in to comment