399
edits
Changes
no edit summary
//First we make sure the elements exist on the page.
if ( document.getElementById(strQuestion1) && document.getElementById(strQuestion2)){
//We extract what Question 1 has been set to
}
else {
alert ('Sorry items not found.');
}
}