gary jones Posted November 5, 2000 Posted November 5, 2000 Can anyone please tell me how the navigation history is shown on a web page such as: Home > Technical Support > Downloads. Where each page reference is a dynamic link back to that page. Thanks Gary
Vaughan Posted November 6, 2000 Posted November 6, 2000 There is no "automatic" way of generating these links, it's up to the HTML page creator to build up the lonks manually. One thing that makes it happen is the -Token CDML tag. this can be use to "remember" which link the person clicked om. For instance I have a photo site. People click on the "landscape" link so I have a CDML tag -Token=Landscape. On the page of images I call the token value and use it to build up the navigation links. FMP4 only allows one token, FMP5 has 10 tokens, token.0 to token.9 I've used tokens a lot in FMP4 but I haven't used them in FMP5 yet.
Recommended Posts
This topic is 8852 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