mindtpi99 Posted September 6, 2004 Posted September 6, 2004 Hi Can someone please tell me if it's possible to pass the result of the [FMP-Link] tag as a token; eg., <a href="FMPro?-db=database.fp5&-layout=layout&-format=formatfile.htm&-token=[FMP-Link]&JobsRecID=[FMP-Field:JobsRecID]&watchedby=[FMP-clientusername]&jobnumber=[FMP-field:combinedjobnumber]&-new"> If this is possible can someone please advise me on the correct format/syntax? Ta!!
Garry Claridge Posted September 6, 2004 Posted September 6, 2004 In theory you can do that. However, I'm not sure how the URL will handle having another URL inside it. Good Luck. Garry
mindtpi99 Posted September 6, 2004 Author Posted September 6, 2004 Hi Garry Yes, that's the problem I'm having - it doesn't seem to know where the URL and Link URL start finish. I'm hoping there is some sort of way of formatting itso it can tell them apart cheers HOward
Garry Claridge Posted September 7, 2004 Posted September 7, 2004 You could use some Javascript to encode the embedded URL. For example: link = escape("[FMP-Link]"); Then construct the new link with some Javascript. Good Luck. Garry
Recommended Posts
This topic is 7452 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