rdhaden Posted January 15, 2003 Posted January 15, 2003 I want to email a link to customers asking them to fill out a survey. I also want the survey in a frameset so that customers can't manipulate the URL to view or change some other customer's survey. But if the survey is in a frame to hide the URL, how do I direct each customer to his own appropriate record?
Anatoli Posted January 16, 2003 Posted January 16, 2003 You can set customer access in URL even with password like http://www.url.com/index.html?user.password Then you will get it through JavaScript.
Garry Claridge Posted January 16, 2003 Posted January 16, 2003 You could send a URL like this: http://www.mysite.com/FMPro?-db=anydb.fp5&-lay=anylay&-format=theframes.html&-token=12345678&-view The Token could contain the value of the RecID for that user. This Token could then become part of a URL in the Frameset like this: http://www.mysite.com/FMPro?-db=myusers.fp5&-lay=mylay&-format=usr_details.html&-recid=[FMP-CurrentToken]&-find Hope this helps. Garry
Recommended Posts
This topic is 8050 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