http://qs321.pair.com?node_id=1020951


in reply to Re: CGI::ProgressBar Module Help Required
in thread CGI::ProgressBar Module Help Required

It looks like function pblib_progress_update() is missing a closing }. The for {} is ok, the else {} is ok, but the function isn't.
  • Comment on Re^2: CGI::ProgressBar Module Help Required

Replies are listed 'Best First'.
Re^3: CGI::ProgressBar Module Help Required
by slb985 (Initiate) on Feb 28, 2013 at 13:51 UTC

    Thank you vinoth.ree & redgreen. I will take a look at what you've found and let you know how I get on

      the Error is on Line 350. The function pblib_progress_update() must close on quote \"n; before
      :349# document.getElementById('$self->{progress_bar}->{layer_id}-> block}'+i).className='pblib_block_on';
      :350# }
      :351# }\n";
      :352# $html .= "document.".$self->{progress_bar}->{layer_id}->{form}.".".$self->{progress...
      now it works fine