Site Exception
-
I have the following exception on my site and need help to fix it:
SCRIPT5007: Unable to get property ‘value’ of undefined or null reference
function forward_0() { var hidden_id = 'acx_hidden_id_' + 0; var vedio_status = document.getElementById(hidden_id).value; if (vedio_status != "play") { cur_0.animate({ opacity: 0 }, 1000).addClass('inactive').removeClass('active'); if (cur_0.hasClass('last')) cur_0 = jQuery('.acx_ppt_0 li:first'); else cur_0 = cur_0.next(); cur_0.animate({ opacity: 1 }, 1000).addClass('active').removeClass('inactive'); }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Site Exception’ is closed to new replies.