Javascript go to next slide from Web Object
Hi Everyone
I have a slide with a Web object displaying a local HTML page (which is published with the project sitting relative to the index.html)
I'd like to put a "Next" link in the actual HTML page (inside the web object) that will then link to the next slide in Captivate.
So in other words, the user needs to scroll to the bottom of the HTML page to click a next button.
Hope this makes sense. I got this far. . .
<p><a href="#" onclick 'window.cpAPIInterface.setVariableValue('cpCmndGotoSlide',NextSlide);'>next</a></p>
Thank in advance
