Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Jim Rehmann #1
How to pass data
I need help with a small problem. I am working on a CourseBuilder 15 question
test with each question is on its own page. I want to keep track of the
questions that the student answers incorrectly, and let them know at the end of
the test what they need to study. The course uses a quiz frameset with a Main
frame and a cmiresults frame.
For example:
1. Our company was founded in what year?
a. 1995
b. 1955
c. 2005
(click to go to next question)
2. We currently provide jobs for how many people worldwide?
a. 16,000
b. 160,000
c. 190,000
d. 225,000
(click to go to next question)
3. Our company is a privately-held company.
a. False
b. True
(click to go to next question)
Then, at the very end of the 15 questions, it might say something like:
You missed the following questions, please research them and take this test
again in 24 hours:
1. Our company was founded in what year?
3. Our company is a privately-held company.
Is it possible to do this? How?
Jim Rehmann Guest
-
Trying to pass data from one page to another
I have tried and tried to find an answer in DW help, and feel like I'm close, but can't figure out the final step. All of the fields in my page... -
Safest way to pass data between web apps?
I have an asp.net application that uses windows authentication. We need to loosely integrate another web application (written in cold fusion -... -
pass data from dataset to usercontrol
I have a usercontrol with some textboxes in it. The usercontrol is called Personal and the first textbox in it txtName. After the click button... -
how to pass data?
You could create a recordset that retrieves the most recently added record by that user, maybe selecting the Max(ID) from the database, dunno what... -
Pass data between pages
in .net help, search for "Passing Server Control Values Between Pages" Michelle wrote:



Reply With Quote

