Weird Source Code
November 15, 2007 12:00 AM
In the published Lectora Course when you Click the Next Button we get an error message "can’t find next page" When you look at the source code we can see that the page name gets doubled in the Lectora Source code (see sample code attached Function Action 43). Therefore it can't go to the next page. Why does this occur? When does this occur? How can we stop this from occurring? Any ideas? function action1278(fn){ trivExitPage('a001_pass_fail_complet e_complete.html',true); if(fn) eval(fn);}function button1278onUp() { action1278();}function action43(fn){ trivExitPage('a001_test_1_working_lo ad_limit_regulations_working_load_limit_regulations.html',tr ue); if(fn) eval(fn);}function button43onUp() { action43();}function action44(fn){ trivExitPage('index.html',true); if(fn) eval(fn);}
Discussions have been disabled for this post