[Web4lib] library calculator/java question

Andrew Hankinson andrew.hankinson at gmail.com
Mon Mar 23 22:17:03 EDT 2009


And, as is inevitable, I find a bug *after* I send it:
the line:

d.getElementById(p + "Result").value = parseFloat(itemvalue);

should read:

d.getElementById(service + "Result").value = parseFloat(itemvalue);

-A

On Mon, Mar 23, 2009 at 3:06 PM, Richard James <richardjam at gmail.com> wrote:

> I'm trying to install a "library value calculator" on my own site, with
> next
> to no knowledge of java. Any guidance gladly accepted.
> I carefully cribbed and cleaned up source code from the standard calculator
> as provided by Maine, but I'm pretty sure I must be missing something
> important because none of the total fields will calculate at all:
>
> http://lib.de.us/libraryvalue.html
>
> grateful for any help!
>
> Richard James
> _______________________________________________
> Web4lib mailing list
> Web4lib at webjunction.org
> http://lists.webjunction.org/web4lib/
>
>


More information about the Web4lib mailing list