Software Development
Actually this code is giving me all question at one time, but i want one question at a time by onclick next btn..please if anyone can help me
Code:
function DisplayQuestions() {
var Questions = new Array(20);
Questions[0] = "Question #1";
Questions[1] = "Question #2";
Questions[2] = "Question...