Problem: When we include exported ActivePresenter html into our parent html documents using an <iframe>
we seem to be getting a javascript conflict that is preventing the parent code from running properly.
Is there a way to isolate the <iframe>
's javascript from the parent page?
It is affecting html as follows:
<ol type="a" class="quiz-blanks" id="fill">
<li>
0.7
<select>
<option value=""></option>
<option value="<"><</option>
<option value="<">></option>
<option value="=">=</option>
</select>
0.700
</li>
Behaviour: The dropdown options open and then close right away.
Additional information: The parent page is including jquery.min.js
ActivePresenter version: 8.3.2
OS: Win 10
Notes: