Newbies kimkhanh Posted September 25, 2000 Newbies Posted September 25, 2000 hello i am writing a webpage of questions, accessed from filemakerpro, but each time the page is accessed, i would like a different situation, also from the database, to appear at the top of the page. Is there anyway i can do this randomly? thanks, kim
Chuck Posted September 26, 2000 Posted September 26, 2000 quote: Originally posted by kimkhanh: hello i am writing a webpage of questions, accessed from filemakerpro, but each time the page is accessed, i would like a different situation, also from the database, to appear at the top of the page. Is there anyway i can do this randomly? thanks, kim Assuming that each of your situations are in a different record of a database, you could use FileMaker to script the chosing of a random record within the database, set the information from that random record to a global. Then when your action is run from the web site, use the -Script command to run the script and have the global field show up somewhere on your format page. Chuck
Vaughan Posted October 11, 2000 Posted October 11, 2000 If you only want to serve people one question at a time, use the -findany action. ---- I just reread your question, and it seems you want to have two different parts of a database to appear on the same web page (or something similar). Basically this cannot be done unless you use frames. I hate frames and usually avoid them, but this is one instance where they are useful. [This message has been edited by Vaughan (edited October 10, 2000).]
Recommended Posts
This topic is 9077 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