Display result to 3rd page.
-
Hi,
I would like to ask assistance on how to display and fetch results to 3rd page. I’m trying to pass value from innerHTML to textbox using javascript but I can’t get the right data. Here’s my javascript code:
<script type=”text/javascript”>
function myFunction(){
document.getElementById(‘resulttest’).value = document.getElementById(‘wpProQuiz_points’).innerHTML;
}
</script>I can only get this result https://screencast.com/t/d6Wn0MeiQI
This is the site https://ew.apollodateagentur.de/test/
Thanks
- The topic ‘Display result to 3rd page.’ is closed to new replies.