hi,
I have developed an online test application in Javascript and ASP with Oracle as backend. I m fetching the questions from the database randomly and storing the randomly generated nos. in an array and fetching the questions from the database depending on the array index.
I want to display each question on a new page, for that I need to access the array on each page.
How to create a global.asa file?
Can I declare this array as a session variable in global.asa so that every new user has a new set of random questions.
If yes, then how can I implement it?
If no, suggest me some another way?
Also can I include a ny SQL statement like SELECT in a JScript function that is called on the click event of a button.
I m searching for the solution for the last five days. Please HELP ME.
I have developed an online test application in Javascript and ASP with Oracle as backend. I m fetching the questions from the database randomly and storing the randomly generated nos. in an array and fetching the questions from the database depending on the array index.
I want to display each question on a new page, for that I need to access the array on each page.
How to create a global.asa file?
Can I declare this array as a session variable in global.asa so that every new user has a new set of random questions.
If yes, then how can I implement it?
If no, suggest me some another way?
Also can I include a ny SQL statement like SELECT in a JScript function that is called on the click event of a button.
I m searching for the solution for the last five days. Please HELP ME.